次の方法で共有


PersonalizerClientExtensions.RankWithHttpMessages メソッド

定義

Personalizer ランク要求。

public static Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Personalizer.Models.RankResponse> RankWithHttpMessages (this Microsoft.Azure.CognitiveServices.Personalizer.IPersonalizerClient operations, Microsoft.Azure.CognitiveServices.Personalizer.Models.RankRequest rankRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member RankWithHttpMessages : Microsoft.Azure.CognitiveServices.Personalizer.IPersonalizerClient * Microsoft.Azure.CognitiveServices.Personalizer.Models.RankRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Personalizer.Models.RankResponse>
<Extension()>
Public Function RankWithHttpMessages (operations As IPersonalizerClient, rankRequest As RankRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse(Of RankResponse)

パラメーター

operations
IPersonalizerClient

この拡張メソッドの操作グループ。

rankRequest
RankRequest

Personalizer 要求。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

戻り値

適用対象