共用方式為


ManagedOnlineDeployment interface

ManagedOnlineDeployment 的特定屬性。

Extends

屬性

endpointComputeType

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

appInsightsEnabled

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

codeConfiguration

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

dataCollector

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

description

端點部署的描述。

egressPublicNetworkAccess

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

environmentId

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

environmentVariables

部署的環境變數組態。

instanceType

計算實例類型。

livenessProbe

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

model

模型的 URI 路徑。

modelMountPath

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

properties

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

provisioningState

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

readinessProbe

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

requestSettings

要求部署的設定。

scaleSettings

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

屬性詳細資料

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

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

egressPublicNetworkAccess?: string

屬性值

string

繼承自OnlineDeploymentProperties.egressPublicNetworkAccess

environmentId

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

environmentId?: string

屬性值

string

繼承自OnlineDeploymentProperties.environmentId

environmentVariables

部署的環境變數組態。

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

屬性值

{[propertyName: string]: string | null}

繼承自OnlineDeploymentProperties.environmentVariables

instanceType

計算實例類型。

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?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自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