ManagedOnlineDeployment interface

ManagedOnlineDeployment に固有のプロパティ。

Extends

プロパティ

endpointComputeType

[必須]エンドポイントのコンピューティングの種類。

継承されたプロパティ

appInsightsEnabled

true の場合は、Application Insights のログ記録を有効にします。

codeConfiguration

エンドポイントデプロイのコード構成。

dataCollector

mdc 構成では、mdc が null の場合は無効になります。

description

エンドポイントのデプロイの説明。

egressPublicNetworkAccess

デプロイのエグレスに対して PublicNetworkAccess が有効か無効かを判断する列挙型。

environmentId

エンドポイントデプロイの環境仕様の ARM リソース ID または AssetId。

environmentVariables

デプロイの環境変数の構成。

instanceType

コンピューティング インスタンスの種類。 既定値: Standard_F4s_v2。

livenessProbe

Liveness プローブは、コンテナーの正常性を定期的に監視します。

model

モデルへの URI パス。

modelMountPath

カスタム コンテナーにモデルをマウントするパス。

properties

プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。

provisioningState

エンドポイント展開のプロビジョニング状態。

readinessProbe

準備プローブは、コンテナーがトラフィックを処理する準備ができているかどうかを検証します。 プロパティと既定値は、liveness プローブと同じです。

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 構成では、mdc が null の場合は無効になります。

dataCollector?: DataCollector

プロパティ値

OnlineDeploymentProperties.dataCollectorから引き継ぎました

description

エンドポイントのデプロイの説明。

description?: string

プロパティ値

string

OnlineDeploymentProperties.descriptionから継

egressPublicNetworkAccess

デプロイのエグレスに対して PublicNetworkAccess が有効か無効かを判断する列挙型。

egressPublicNetworkAccess?: string

プロパティ値

string

OnlineDeploymentProperties.egressPublicNetworkAccessから継

environmentId

エンドポイントデプロイの環境仕様の ARM リソース ID または 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

Liveness プローブは、コンテナーの正常性を定期的に監視します。

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

準備プローブは、コンテナーがトラフィックを処理する準備ができているかどうかを検証します。 プロパティと既定値は、liveness プローブと同じです。

readinessProbe?: ProbeSettings

プロパティ値

OnlineDeploymentProperties.readinessProbeから継承

requestSettings

デプロイの要求設定。

requestSettings?: OnlineRequestSettings

プロパティ値

OnlineDeploymentProperties.requestSettingsから継

scaleSettings

デプロイのスケール設定。 null の場合、または指定されていない場合、KubernetesOnlineDeployment の場合は TargetUtilizationScaleSettings、ManagedOnlineDeployment の場合は DefaultScaleSettings がデフォルトになります。

scaleSettings?: OnlineScaleSettingsUnion

プロパティ値

OnlineDeploymentProperties.scaleSettingsから継承

startupProbe

スタートアップ プローブは、コンテナー内のアプリケーションが正常に開始されたかどうかを確認します。

startupProbe?: ProbeSettings

プロパティ値

OnlineDeploymentProperties.startupProbeから引き継がれました