次の方法で共有


OnlineDeploymentProperties interface

エンドポイントデプロイの基本定義。

Extends

プロパティ

appInsightsEnabled

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

egressPublicNetworkAccess

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

endpointComputeType

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

instanceType

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

livenessProbe

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

model

モデルへの URI パス。

modelMountPath

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

provisioningState

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

readinessProbe

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

requestSettings

デプロイの要求設定。

scaleSettings

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

継承されたプロパティ

codeConfiguration

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

description

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

environmentId

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

environmentVariables

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

properties

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

プロパティの詳細

appInsightsEnabled

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

appInsightsEnabled?: boolean

プロパティ値

boolean

egressPublicNetworkAccess

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

egressPublicNetworkAccess?: string

プロパティ値

string

endpointComputeType

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

endpointComputeType: string

プロパティ値

string

instanceType

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

instanceType?: string

プロパティ値

string

livenessProbe

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

livenessProbe?: ProbeSettings

プロパティ値

model

モデルへの URI パス。

model?: string

プロパティ値

string

modelMountPath

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

modelMountPath?: string

プロパティ値

string

provisioningState

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

provisioningState?: string

プロパティ値

string

readinessProbe

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

readinessProbe?: ProbeSettings

プロパティ値

requestSettings

デプロイの要求設定。

requestSettings?: OnlineRequestSettings

プロパティ値

scaleSettings

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

scaleSettings?: OnlineScaleSettingsUnion

プロパティ値

継承されたプロパティの詳細

codeConfiguration

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

codeConfiguration?: CodeConfiguration

プロパティ値

EndpointDeploymentPropertiesBase.codeConfigurationから継承

description

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

description?: string

プロパティ値

string

EndpointDeploymentPropertiesBase.descriptionから継承

environmentId

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

environmentId?: string

プロパティ値

string

EndpointDeploymentPropertiesBase.environmentIdから継承

environmentVariables

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

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

プロパティ値

{[propertyName: string]: string | null}

EndpointDeploymentPropertiesBase.environmentVariablesから継承

properties

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

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

プロパティ値

{[propertyName: string]: string | null}

EndpointDeploymentPropertiesBase.propertiesから継承