Update a multi-container endpoint - Amazon SageMaker AI
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Update a multi-container endpoint

To update an Amazon SageMaker AI multi-container endpoint, complete the following steps.

  1. Call create_model to create a new model with a new value for the Mode parameter in the InferenceExecutionConfig field.

  2. Call create_endpoint_config to create a new endpoint config with a different name by using the new model you created in the previous step.

  3. Call update_endpoint to update the endpoint with the new endpoint config you created in the previous step.