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