PersonalizerClient class

Extends

Constructors

PersonalizerClient(ServiceClientCredentials, string, ServiceClientOptions)

Initializes a new instance of the PersonalizerClient class.

Properties

events

Inherited Properties

credentials
endpoint

Methods

rank(RankRequest, RequestOptionsBase)
rank(RankRequest, RequestOptionsBase, ServiceCallback<RankResponse>)
rank(RankRequest, ServiceCallback<RankResponse>)

Inherited Methods

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Send an HTTP request that is populated using the provided OperationSpec.

sendRequest(RequestPrepareOptions | WebResourceLike)

Send the provided httpRequest.

Constructor Details

PersonalizerClient(ServiceClientCredentials, string, ServiceClientOptions)

Initializes a new instance of the PersonalizerClient class.

new PersonalizerClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)

Parameters

credentials
ServiceClientCredentials

Subscription credentials which uniquely identify client subscription.

endpoint

string

Supported Cognitive Services endpoint.

options
ServiceClientOptions

The parameter options

Property Details

events

events: Events

Property Value

Inherited Property Details

credentials

credentials: ServiceClientCredentials

Property Value

Inherited From PersonalizerClientContext.credentials

endpoint

endpoint: string

Property Value

string

Inherited From PersonalizerClientContext.endpoint

Method Details

rank(RankRequest, RequestOptionsBase)

function rank(rankRequest: RankRequest, options?: RequestOptionsBase): Promise<RankResponse2>

Parameters

rankRequest
RankRequest

A Personalizer request.

options
RequestOptionsBase

The optional parameters

Returns

Promise<RankResponse2>

Promise<Models.RankResponse2>

rank(RankRequest, RequestOptionsBase, ServiceCallback<RankResponse>)

function rank(rankRequest: RankRequest, options: RequestOptionsBase, callback: ServiceCallback<RankResponse>)

Parameters

rankRequest
RankRequest

A Personalizer request.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<RankResponse>

The callback

rank(RankRequest, ServiceCallback<RankResponse>)

function rank(rankRequest: RankRequest, callback: ServiceCallback<RankResponse>)

Parameters

rankRequest
RankRequest

A Personalizer request.

callback

ServiceCallback<RankResponse>

The callback

Inherited Method Details

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Send an HTTP request that is populated using the provided OperationSpec.

function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>

Parameters

operationArguments
OperationArguments

The arguments that the HTTP request's templated values will be populated from.

operationSpec
OperationSpec

The OperationSpec to use to populate the httpRequest.

callback

ServiceCallback<any>

The callback to call when the response is received.

Returns

Promise<RestResponse>

Inherited From PersonalizerClientContext.sendOperationRequest

sendRequest(RequestPrepareOptions | WebResourceLike)

Send the provided httpRequest.

function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>

Parameters

Returns

Inherited From PersonalizerClientContext.sendRequest