次の方法で共有


KeyAuthAzureMachineLearningVectorizerParameters interface

認証キーを使用して AML ベクタライザーに接続するためのプロパティを指定します。

Extends

プロパティ

authenticationKey

AML サービスのキー。

authKind

サービスが AML インスタンスに対して自身を識別する方法を示します

scoringUri

JSON ペイロードの送信先となる AML サービスのスコア付け URI。 https URI スキームのみが許可されます。

継承されたプロパティ

modelName

指定されたエンドポイントにデプロイされている Azure AI Foundry カタログの埋め込みモデルの名前。

timeout

指定した場合、API 呼び出しを行う http クライアントのタイムアウトを示します。

プロパティの詳細

authenticationKey

AML サービスのキー。

authenticationKey: string

プロパティ値

string

authKind

サービスが AML インスタンスに対して自身を識別する方法を示します

authKind: "key"

プロパティ値

"key"

scoringUri

JSON ペイロードの送信先となる AML サービスのスコア付け URI。 https URI スキームのみが許可されます。

scoringUri: string

プロパティ値

string

継承されたプロパティの詳細

modelName

指定されたエンドポイントにデプロイされている Azure AI Foundry カタログの埋め込みモデルの名前。

modelName?: string

プロパティ値

string

承元BaseAzureMachineLearningVectorizerParameters.modelName

timeout

指定した場合、API 呼び出しを行う http クライアントのタイムアウトを示します。

timeout?: string

プロパティ値

string

承元BaseAzureMachineLearningVectorizerParameters.timeout