

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# マルチコンテナエンドポイントを更新する
<a name="multi-container-update"></a>

Amazon SageMaker AI マルチコンテナエンドポイントを更新するには、次のステップを実行します。

1.  [create\$1model](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.create_model) を呼び出して、`InferenceExecutionConfig` フィールドの `Mode` パラメータに新しい値を持つ新しいモデルを作成します。

1.  [create\$1endpoint\$1config](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.create_endpoint_config) を呼び出して、前のステップで作成した新しいモデルを使い、別の名前で新しいエンドポイント設定を作成します。

1.  [update\$1endpoint](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.update_endpoint) を呼び出して、前のステップで作成した新しいエンドポイント設定を使い、エンドポイントを更新します。