PersonalizerClientExtensions.RankWithHttpMessages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET