ManagedOnlineDeployment interface

ManagedOnlineDeployment 特有的屬性。

Extends

屬性

endpointComputeType

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

繼承的屬性

appInsightsEnabled

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

codeConfiguration

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

dataCollector

mdc 組態是 null 時,我們會停用 mdc。

description

端點部署的描述。

egressPublicNetworkAccess

列舉,以判斷 PublicNetworkAccess 是否已啟用或停用以取得部署的輸出。

environmentId

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

environmentVariables

部署的環境變數組態。

instanceType

計算實例類型。 默認值:Standard_F4s_v2。

livenessProbe

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

model

模型的 URI 路徑。

modelMountPath

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

properties

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

provisioningState

端點部署的佈建狀態。

readinessProbe

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

requestSettings

要求部署的設定。

scaleSettings

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

startupProbe

啟動探查會確認容器內的應用程式是否已順利啟動。

屬性詳細資料

endpointComputeType

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

endpointComputeType: "Managed"

屬性值

"Managed"

繼承的屬性詳細資料

appInsightsEnabled

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

appInsightsEnabled?: boolean

屬性值

boolean

繼承自OnlineDeploymentProperties.appInsightsEnabled

codeConfiguration

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

codeConfiguration?: CodeConfiguration

屬性值

繼承自OnlineDeploymentProperties.codeConfiguration

dataCollector

mdc 組態是 null 時,我們會停用 mdc。

dataCollector?: DataCollector

屬性值

繼承自OnlineDeploymentProperties.dataCollector

description

端點部署的描述。

description?: string

屬性值

string

承襲自OnlineDeploymentProperties.description

egressPublicNetworkAccess

列舉,以判斷 PublicNetworkAccess 是否已啟用或停用以取得部署的輸出。

egressPublicNetworkAccess?: string

屬性值

string

繼承自OnlineDeploymentProperties.egressPublicNetworkAccess

environmentId

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

environmentId?: string

屬性值

string

繼承自OnlineDeploymentProperties.environmentId

environmentVariables

部署的環境變數組態。

environmentVariables?: Record<string, string>

屬性值

Record<string, string>

繼承自OnlineDeploymentProperties.environmentVariables

instanceType

計算實例類型。 默認值:Standard_F4s_v2。

instanceType?: string

屬性值

string

繼承自OnlineDeploymentProperties.instanceType

livenessProbe

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

livenessProbe?: ProbeSettings

屬性值

繼承自OnlineDeploymentProperties.livenessProbe

model

模型的 URI 路徑。

model?: string

屬性值

string

繼承自OnlineDeploymentProperties.model

modelMountPath

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

modelMountPath?: string

屬性值

string

繼承自OnlineDeploymentProperties.modelMountPath

properties

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

properties?: Record<string, string>

屬性值

Record<string, string>

繼承自OnlineDeploymentProperties.properties

provisioningState

端點部署的佈建狀態。

provisioningState?: string

屬性值

string

繼承自OnlineDeploymentProperties.provisioningState

readinessProbe

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

readinessProbe?: ProbeSettings

屬性值

繼承自OnlineDeploymentProperties.readinessProbe

requestSettings

要求部署的設定。

requestSettings?: OnlineRequestSettings

屬性值

繼承自OnlineDeploymentProperties.requestSettings

scaleSettings

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

scaleSettings?: OnlineScaleSettingsUnion

屬性值

繼承自OnlineDeploymentProperties.scaleSettings

startupProbe

啟動探查會確認容器內的應用程式是否已順利啟動。

startupProbe?: ProbeSettings

屬性值

繼承自OnlineDeploymentProperties.startupProbe