次の方法で共有


KubernetesOnlineDeployment interface

KubernetesOnlineDeployment に固有のプロパティ。

Extends

プロパティ

containerResourceRequirements

コンテナーのリソース要件 (cpu とメモリ)。

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 が既定になります。

プロパティの詳細

containerResourceRequirements

コンテナーのリソース要件 (cpu とメモリ)。

containerResourceRequirements?: ContainerResourceRequirements

プロパティ値

endpointComputeType

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

endpointComputeType: "Kubernetes"

プロパティ値

"Kubernetes"

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

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