次の方法で共有


AnomalyDetectorContext class

Extends

コンストラクター

AnomalyDetectorContext(string, AnomalyDetectorOptionalParams)

AnomalyDetectorContext クラスの新しいインスタンスを初期化します。

プロパティ

apiVersion
endpoint

継承されたメソッド

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

sendRequest(RequestPrepareOptions | WebResourceLike)

指定された httpRequest を送信します。

コンストラクターの詳細

AnomalyDetectorContext(string, AnomalyDetectorOptionalParams)

AnomalyDetectorContext クラスの新しいインスタンスを初期化します。

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

パラメーター

endpoint

string

サポートされている Cognitive Services エンドポイント (プロトコルとホスト名など)。 https://westus2.api.cognitive.microsoft.com

options
AnomalyDetectorOptionalParams

パラメーター オプション

プロパティの詳細

apiVersion

apiVersion: string

プロパティ値

string

endpoint

endpoint: string

プロパティ値

string

継承済みメソッドの詳細

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

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

パラメーター

operationArguments
OperationArguments

HTTP 要求のテンプレート値が設定される引数。

operationSpec
OperationSpec

httpRequest の設定に使用する OperationSpec。

callback

ServiceCallback<any>

応答を受信したときに呼び出すコールバック。

戻り値

Promise<RestResponse>

コアから継承Http.ServiceClient.sendOperationRequest

sendRequest(RequestPrepareOptions | WebResourceLike)

指定された httpRequest を送信します。

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

パラメーター

戻り値

コアから継承Http.ServiceClient.sendRequest