OnlineDeploymentProperties interface
エンドポイントデプロイの基本定義。
- Extends
プロパティ
app |
true の場合、Application Insights のログ記録が有効になります。 |
egress |
[有効] の場合は、エグレス パブリック ネットワーク アクセスを許可します。 無効にすると、セキュリティで保護されたエグレスが作成されます。 既定値: 有効です。 |
endpoint |
[必須]エンドポイントのコンピューティングの種類。 |
instance |
コンピューティング インスタンスの種類。 |
liveness |
liveness probe は、コンテナーの正常性を定期的に監視します。 |
model | モデルへの URI パス。 |
model |
カスタム コンテナーにモデルをマウントするパス。 |
provisioning |
エンドポイントデプロイのプロビジョニング状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
readiness |
readiness probe は、コンテナーがトラフィックを処理する準備ができている場合に検証します。 プロパティと既定値は、liveness probe と同じです。 |
request |
デプロイの要求設定。 |
scale |
デプロイのスケール設定。 null または指定されていない場合、KubernetesOnlineDeployment の場合は TargetUtilizationScaleSettings、ManagedOnlineDeployment の場合は DefaultScaleSettings が既定になります。 |
継承されたプロパティ
code |
エンドポイントデプロイのコード構成。 |
description | エンドポイントのデプロイの説明。 |
environment |
エンドポイントデプロイの環境仕様の ARM リソース ID または AssetId。 |
environment |
デプロイの環境変数の構成。 |
properties | プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。 |
プロパティの詳細
appInsightsEnabled
true の場合、Application Insights のログ記録が有効になります。
appInsightsEnabled?: boolean
プロパティ値
boolean
egressPublicNetworkAccess
[有効] の場合は、エグレス パブリック ネットワーク アクセスを許可します。 無効にすると、セキュリティで保護されたエグレスが作成されます。 既定値: 有効です。
egressPublicNetworkAccess?: string
プロパティ値
string
endpointComputeType
[必須]エンドポイントのコンピューティングの種類。
endpointComputeType: string
プロパティ値
string
instanceType
コンピューティング インスタンスの種類。
instanceType?: string
プロパティ値
string
livenessProbe
model
モデルへの URI パス。
model?: string
プロパティ値
string
modelMountPath
カスタム コンテナーにモデルをマウントするパス。
modelMountPath?: string
プロパティ値
string
provisioningState
エンドポイントデプロイのプロビジョニング状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
provisioningState?: string
プロパティ値
string
readinessProbe
readiness probe は、コンテナーがトラフィックを処理する準備ができている場合に検証します。 プロパティと既定値は、liveness probe と同じです。
readinessProbe?: ProbeSettings
プロパティ値
requestSettings
scaleSettings
デプロイのスケール設定。 null または指定されていない場合、KubernetesOnlineDeployment の場合は TargetUtilizationScaleSettings、ManagedOnlineDeployment の場合は DefaultScaleSettings が既定になります。
scaleSettings?: OnlineScaleSettingsUnion
プロパティ値
継承されたプロパティの詳細
codeConfiguration
エンドポイントデプロイのコード構成。
codeConfiguration?: CodeConfiguration
プロパティ値
description
エンドポイントのデプロイの説明。
description?: string
プロパティ値
string
environmentId
エンドポイントデプロイの環境仕様の ARM リソース ID または AssetId。
environmentId?: string
プロパティ値
string
environmentVariables
デプロイの環境変数の構成。
environmentVariables?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
properties
プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}