Amazon SageMaker · Arazzo Workflow
Amazon SageMaker Deploy Model to Endpoint
Version 1.0.0
Create a model, build an endpoint configuration, launch an endpoint, and poll it until it is in service.
Provider
Workflows
deploy-model-to-endpoint
Register a model and deploy it to a hosted real-time endpoint.
Creates a model, an endpoint configuration referencing that model, and an endpoint built from the configuration, then polls the endpoint until it is no longer in the Creating state.
1
createModel
CreateModel
Register a model from an inference container image and model artifacts so it can be referenced by an endpoint configuration.
2
createEndpointConfig
CreateEndpointConfig
Define an endpoint configuration that places the newly created model on a single production variant with the requested instance type and count.
3
createEndpoint
CreateEndpoint
Create a hosted endpoint from the endpoint configuration so SageMaker begins provisioning resources and deploying the model.
4
pollEndpoint
DescribeEndpoint
Describe the endpoint to read its status. Repeat this step while the endpoint remains in the Creating state and continue once it reaches a terminal state such as InService or Failed.