Amazon SageMaker · Arazzo Workflow
Amazon SageMaker Deploy Existing Model
Version 1.0.0
Verify an existing model, build an endpoint configuration for it, create an endpoint, and poll it to service.
View Spec
View on GitHub
Artificial IntelligenceInferenceMachine-LearningMLOpsTrainingArazzoWorkflows
Provider
Workflows
deploy-existing-model
Stand up an endpoint for a model that already exists.
Confirms a model exists, creates an endpoint configuration and endpoint for it, and polls the endpoint until it reaches a terminal state.
1
describeModel
DescribeModel
Describe the model to confirm it exists and capture its ARN before building an endpoint configuration around it.
2
createEndpointConfig
CreateEndpointConfig
Define an endpoint configuration that places the existing 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 provisions resources and deploys the model.
4
pollEndpoint
DescribeEndpoint
Describe the endpoint and loop while it remains in the Creating state, continuing once it reaches a terminal state.