次の方法で共有


ManagedOnlineDeployment interface

ManagedOnlineDeployment に固有のプロパティ。

Extends

プロパティ

endpointComputeType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

継承されたプロパティ

appInsightsEnabled

true の場合、Application Insights のログ記録が有効になります。

codeConfiguration

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

description

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

egressPublicNetworkAccess

[有効] の場合は、エグレス パブリック ネットワーク アクセスを許可します。 [無効] の場合、セキュリティで保護されたエグレスが作成されます。 既定値: 有効です。

environmentId

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

environmentVariables

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

instanceType

コンピューティング インスタンスの種類。

livenessProbe

liveness probe は、コンテナーの正常性を定期的に監視します。

model

モデルへの URI パス。

modelMountPath

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

properties

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

provisioningState

エンドポイントデプロイのプロビジョニング状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

readinessProbe

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

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から継承

description

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

description?: string

プロパティ値

string

OnlineDeploymentProperties.descriptionから継承

egressPublicNetworkAccess

[有効] の場合は、エグレス パブリック ネットワーク アクセスを許可します。 [無効] の場合、セキュリティで保護されたエグレスが作成されます。 既定値: 有効です。

egressPublicNetworkAccess?: string

プロパティ値

string

OnlineDeploymentProperties.egressPublicNetworkAccessから継承されます

environmentId

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

liveness probe は、コンテナーの正常性を定期的に監視します。

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

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

readinessProbe?: ProbeSettings

プロパティ値

OnlineDeploymentProperties.readinessProbeから継承

requestSettings

デプロイの設定を要求します。

requestSettings?: OnlineRequestSettings

プロパティ値

OnlineDeploymentProperties.requestSettingsから継承

scaleSettings

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

scaleSettings?: OnlineScaleSettingsUnion

プロパティ値

OnlineDeploymentProperties.scaleSettingsから継承