Update a multi-container endpoint
To update an Amazon SageMaker multi-container endpoint, complete the following steps.
-
Call create_model
to create a new model with a new value for the Mode
parameter in theInferenceExecutionConfig
field. -
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. -
Call update_endpoint
to update the endpoint with the new endpoint config you created in the previous step.