OnlineDeploymentProperties interface

model interface OnlineDeploymentProperties

Extends

プロパティ

appInsightsEnabled

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

dataCollector

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

egressPublicNetworkAccess

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

endpointComputeType

識別子の可能な値:Kubernetes、管理済み

instanceType

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

livenessProbe

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

model

モデルへの URI パス。

modelMountPath

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

provisioningState

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

readinessProbe

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

requestSettings

デプロイの要求設定。

scaleSettings

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

startupProbe

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

継承されたプロパティ

codeConfiguration

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

description

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

environmentId

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

environmentVariables

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

properties

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

プロパティの詳細

appInsightsEnabled

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

appInsightsEnabled?: boolean

プロパティ値

boolean

dataCollector

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

dataCollector?: DataCollector

プロパティ値

egressPublicNetworkAccess

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

egressPublicNetworkAccess?: string

プロパティ値

string

endpointComputeType

識別子の可能な値:Kubernetes、管理済み

endpointComputeType: string

プロパティ値

string

instanceType

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

instanceType?: string

プロパティ値

string

livenessProbe

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

livenessProbe?: ProbeSettings

プロパティ値

model

モデルへの URI パス。

model?: string

プロパティ値

string

modelMountPath

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

modelMountPath?: string

プロパティ値

string

provisioningState

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

provisioningState?: string

プロパティ値

string

readinessProbe

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

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 リソース ID または 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から継承