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.
View Spec
View on GitHub
Artificial IntelligenceInferenceMachine-LearningMLOpsTrainingArazzoWorkflows
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
Register a model from an inference container image and model artifacts so it can be referenced by an endpoint configuration.
2
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
Create a hosted endpoint from the endpoint configuration so SageMaker begins provisioning resources and deploying the model.
4
pollEndpoint
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.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.