共用方式為


OnlineDeploymentProperties interface

端點部署的基底定義。

Extends

屬性

appInsightsEnabled

如果為 true,請啟用 Application Insights 記錄。

egressPublicNetworkAccess

如果已啟用,請允許輸出公用網路存取。 如果停用,這會建立安全的輸出。 預設值:已啟用。

endpointComputeType

[必要]端點的計算類型。

instanceType

計算實例類型。

livenessProbe

即時性探查會定期監視容器的健康情況。

model

模型的 URI 路徑。

modelMountPath

在自定義容器中掛接模型的路徑。

provisioningState

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

readinessProbe

整備探查會驗證容器是否已準備好提供流量。 屬性和預設值與活躍度探查相同。

requestSettings

要求部署的設定。

scaleSettings

部署的調整設定。 如果它是 Null 或未提供,則會預設為 KubernetesOnlineDeployment 的 TargetUtilizationScaleSettings,並預設為 ManagedOnlineDeployment 的 DefaultScaleSettings。

繼承的屬性

codeConfiguration

端點部署的程式代碼組態。

description

端點部署的描述。

environmentId

端點部署環境規格的 ARM 資源識別碼或 AssetId。

environmentVariables

部署的環境變數組態。

properties

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

屬性詳細資料

appInsightsEnabled

如果為 true,請啟用 Application Insights 記錄。

appInsightsEnabled?: boolean

屬性值

boolean

egressPublicNetworkAccess

如果已啟用,請允許輸出公用網路存取。 如果停用,這會建立安全的輸出。 預設值:已啟用。

egressPublicNetworkAccess?: string

屬性值

string

endpointComputeType

[必要]端點的計算類型。

endpointComputeType: string

屬性值

string

instanceType

計算實例類型。

instanceType?: string

屬性值

string

livenessProbe

即時性探查會定期監視容器的健康情況。

livenessProbe?: ProbeSettings

屬性值

model

模型的 URI 路徑。

model?: string

屬性值

string

modelMountPath

在自定義容器中掛接模型的路徑。

modelMountPath?: string

屬性值

string

provisioningState

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

provisioningState?: string

屬性值

string

readinessProbe

整備探查會驗證容器是否已準備好提供流量。 屬性和預設值與活躍度探查相同。

readinessProbe?: ProbeSettings

屬性值

requestSettings

要求部署的設定。

requestSettings?: OnlineRequestSettings

屬性值

scaleSettings

部署的調整設定。 如果它是 Null 或未提供,則會預設為 KubernetesOnlineDeployment 的 TargetUtilizationScaleSettings,並預設為 ManagedOnlineDeployment 的 DefaultScaleSettings。

scaleSettings?: OnlineScaleSettingsUnion

屬性值

繼承的屬性詳細資料

codeConfiguration

端點部署的程式代碼組態。

codeConfiguration?: CodeConfiguration

屬性值

繼承自EndpointDeploymentPropertiesBase.codeConfiguration

description

端點部署的描述。

description?: string

屬性值

string

繼承自EndpointDeploymentPropertiesBase.description

environmentId

端點部署環境規格的 ARM 資源識別碼或 AssetId。

environmentId?: string

屬性值

string

繼承自EndpointDeploymentPropertiesBase.environmentId

environmentVariables

部署的環境變數組態。

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

屬性值

{[propertyName: string]: string | null}

繼承自EndpointDeploymentPropertiesBase.environmentVariables

properties

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

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

屬性值

{[propertyName: string]: string | null}

繼承自EndpointDeploymentPropertiesBase.properties