NoAuthAzureMachineLearningVectorizerParameters interface
指定用于连接到无身份验证的 AML 向量程序的属性。
属性
| auth |
指示服务应如何尝试向 AML 实例标识自身 |
| scoring |
要向其发送 JSON 有效负载的 AML 服务的评分 URI。 仅允许 https URI 方案。 |
属性详细信息
authKind
指示服务应如何尝试向 AML 实例标识自身
authKind: "none"
属性值
"none"
scoringUri
要向其发送 JSON 有效负载的 AML 服务的评分 URI。 仅允许 https URI 方案。
scoringUri: string
属性值
string
继承属性详细信息
modelName
部署在提供的终结点的 Azure AI Foundry 目录中的嵌入模型的名称。
modelName?: string
属性值
string
timeout
指定后,指示发出 API 调用的 http 客户端的超时。
timeout?: string
属性值
string