ServerlessEndpointProperties interface
属性
auth |
[必需]指定无服务器终结点的身份验证模式。 |
content |
指定内容安全选项。 如果省略,则会配置默认内容安全设置 |
endpoint |
ServerlessEndpoint 的当前状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
inference |
针对无服务器终结点发出请求时要面向的推理 URI 注意:此属性不会序列化。 它只能由服务器填充。 |
marketplace |
与此 ServerlessEndpoint 关联的 MarketplaceSubscription Azure ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
model |
在 ServerlessEndpoint 上提供服务的模型的模型设置(模型 ID)。 |
provisioning |
终结点的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
authMode
[必需]指定无服务器终结点的身份验证模式。
authMode: string
属性值
string
contentSafety
endpointState
ServerlessEndpoint 的当前状态。 注意:此属性不会序列化。 它只能由服务器填充。
endpointState?: string
属性值
string
inferenceEndpoint
针对无服务器终结点发出请求时要面向的推理 URI 注意:此属性不会序列化。 它只能由服务器填充。
inferenceEndpoint?: ServerlessInferenceEndpoint
属性值
marketplaceSubscriptionId
与此 ServerlessEndpoint 关联的 MarketplaceSubscription Azure ID。 注意:此属性不会序列化。 它只能由服务器填充。
marketplaceSubscriptionId?: string
属性值
string
modelSettings
provisioningState
终结点的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string