共用方式為


BatchEndpointProperties interface

Batch 端點組態。

Extends

屬性

defaults

Batch 端點的預設值

provisioningState

端點的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

authMode

[必要]使用 「金鑰」進行金鑰型驗證,並使用 『AMLToken』 進行 Azure Machine Learning 令牌型驗證。 'Key' 不會過期,但 'AMLToken' 會過期。

description

推斷端點的描述。

keys

EndpointAuthKeys 一開始在端點上設定。 這個屬性一律會以 Null 傳回。 必須使用 ListKeys API 擷取 AuthKey 值。

properties

屬性字典。 可以新增屬性,但無法移除或改變。

scoringUri

端點 URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。

swaggerUri

端點 Swagger URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

defaults

Batch 端點的預設值

defaults?: BatchEndpointDefaults

屬性值

provisioningState

端點的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

繼承的屬性詳細資料

authMode

[必要]使用 「金鑰」進行金鑰型驗證,並使用 『AMLToken』 進行 Azure Machine Learning 令牌型驗證。 'Key' 不會過期,但 'AMLToken' 會過期。

authMode: string

屬性值

string

繼承自EndpointPropertiesBase.authMode

description

推斷端點的描述。

description?: string

屬性值

string

繼承自EndpointPropertiesBase.description

keys

EndpointAuthKeys 一開始在端點上設定。 這個屬性一律會以 Null 傳回。 必須使用 ListKeys API 擷取 AuthKey 值。

keys?: EndpointAuthKeys

屬性值

繼承自EndpointPropertiesBase.keys

properties

屬性字典。 可以新增屬性,但無法移除或改變。

properties?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自EndpointPropertiesBase.properties

scoringUri

端點 URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。

scoringUri?: string

屬性值

string

繼承自EndpointPropertiesBase.scoringUri

swaggerUri

端點 Swagger URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。

swaggerUri?: string

屬性值

string

繼承自EndpointPropertiesBase.swaggerUri