EndpointPropertiesBase interface
推論端點基礎定義
屬性
| auth |
[必要]叫用端點的驗證方法(數據平面作業)。 使用「金鑰」進行金鑰型驗證。 使用 『AMLToken』 進行 Azure Machine Learning 令牌型驗證。 使用 『AADToken』 進行Microsoft以專案令牌為基礎的驗證。 |
| description | 推斷端點的描述。 |
| keys | EndpointAuthKeys 一開始在端點上設定。 這個屬性一律會以 Null 傳回。 必須使用 ListKeys API 擷取 AuthKey 值。 |
| properties | 屬性字典。 可以新增屬性,但無法移除或改變。 |
| scoring |
端點 URI。 |
| swagger |
端點 Swagger URI。 |
屬性詳細資料
authMode
[必要]叫用端點的驗證方法(數據平面作業)。 使用「金鑰」進行金鑰型驗證。 使用 『AMLToken』 進行 Azure Machine Learning 令牌型驗證。 使用 『AADToken』 進行Microsoft以專案令牌為基礎的驗證。
authMode: string
屬性值
string
description
推斷端點的描述。
description?: string
屬性值
string
keys
EndpointAuthKeys 一開始在端點上設定。 這個屬性一律會以 Null 傳回。 必須使用 ListKeys API 擷取 AuthKey 值。
keys?: EndpointAuthKeys
屬性值
properties
屬性字典。 可以新增屬性,但無法移除或改變。
properties?: Record<string, string>
屬性值
Record<string, string>
scoringUri
端點 URI。
scoringUri?: string
屬性值
string
swaggerUri
端點 Swagger URI。
swaggerUri?: string
屬性值
string