Partager via


PersonalizerClientExtensions.RankWithHttpMessages Méthode

Définition

Demande de classement 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)

Paramètres

operations
IPersonalizerClient

Groupe d’opérations pour cette méthode d’extension.

rankRequest
RankRequest

Demande Personalizer.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la requête.

Retours

S’applique à