PersonalizerClientExtensions.RankWithHttpMessages Method

Definition

A Personalizer rank request.

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)

Parameters

operations
IPersonalizerClient

The operations group for this extension method.

rankRequest
RankRequest

A Personalizer request.

customHeaders
Dictionary<String,List<String>>

Headers that will be added to request.

Returns

Applies to