AnomalyDetectorContext class

Extends

Constructors

AnomalyDetectorContext(string, AnomalyDetectorOptionalParams)

Initializes a new instance of the AnomalyDetectorContext class.

Properties

apiVersion
endpoint

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

AnomalyDetectorContext(string, AnomalyDetectorOptionalParams)

Initializes a new instance of the AnomalyDetectorContext class.

new AnomalyDetectorContext(endpoint: string, options?: AnomalyDetectorOptionalParams)

Parameters

endpoint

string

Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.api.cognitive.microsoft.com).

options
AnomalyDetectorOptionalParams

The parameter options

Property Details

apiVersion

apiVersion: string

Property Value

string

endpoint

endpoint: string

Property Value

string

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 coreHttp.ServiceClient.sendOperationRequest

sendRequest(RequestPrepareOptions | WebResourceLike)

Send the provided httpRequest.

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

Parameters

Returns

Inherited From coreHttp.ServiceClient.sendRequest