共用方式為


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