通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NoAuthAzureMachineLearningVectorizerParameters interface

指定用于连接到无身份验证的 AML 向量程序的属性。

扩展

属性

authKind

指示服务应如何尝试向 AML 实例标识自身

scoringUri

要向其发送 JSON 有效负载的 AML 服务的评分 URI。 仅允许 https URI 方案。

继承属性

modelName

部署在提供的终结点的 Azure AI Foundry 目录中的嵌入模型的名称。

timeout

指定后,指示发出 API 调用的 http 客户端的超时。

属性详细信息

authKind

指示服务应如何尝试向 AML 实例标识自身

authKind: "none"

属性值

"none"

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