OnlineDeploymentProperties interface

model interface OnlineDeploymentProperties

Extends

屬性

appInsightsEnabled

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

dataCollector

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

egressPublicNetworkAccess

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

endpointComputeType

判別器可能值:Kubernetes、Managed

instanceType

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

livenessProbe

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

model

模型的 URI 路徑。

modelMountPath

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

provisioningState

端點部署的佈建狀態。

readinessProbe

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

requestSettings

要求部署的設定。

scaleSettings

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

startupProbe

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

繼承的屬性

codeConfiguration

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

description

端點部署的描述。

environmentId

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

environmentVariables

部署的環境變數組態。

properties

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

屬性詳細資料

appInsightsEnabled

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

appInsightsEnabled?: boolean

屬性值

boolean

dataCollector

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

dataCollector?: DataCollector

屬性值

egressPublicNetworkAccess

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

egressPublicNetworkAccess?: string

屬性值

string

endpointComputeType

判別器可能值:Kubernetes、Managed

endpointComputeType: string

屬性值

string

instanceType

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

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

屬性值

startupProbe

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

startupProbe?: ProbeSettings

屬性值

繼承的屬性詳細資料

codeConfiguration

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

codeConfiguration?: CodeConfiguration

屬性值

繼承自EndpointDeploymentPropertiesBase.codeConfiguration

description

端點部署的描述。

description?: string

屬性值

string

繼承自EndpointDeploymentPropertiesBase.description

environmentId

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

environmentId?: string

屬性值

string

繼承自EndpointDeploymentPropertiesBase.environmentId

environmentVariables

部署的環境變數組態。

environmentVariables?: Record<string, string>

屬性值

Record<string, string>

繼承自EndpointDeploymentPropertiesBase.environmentVariables

properties

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

properties?: Record<string, string>

屬性值

Record<string, string>

繼承自EndpointDeploymentPropertiesBase.properties