Amazon SageMaker · Arazzo Workflow
Amazon SageMaker Register Latest Completed Training
Version 1.0.0
Find the most recent completed training job, read its artifacts, and register a model from them.
View Spec
View on GitHub
Artificial IntelligenceInferenceMachine-LearningMLOpsTrainingArazzoWorkflows
Provider
Workflows
register-latest-completed-training
Register a model from the most recently completed training job.
Lists completed training jobs newest-first, describes the top result to get its artifact location, and creates a model from those artifacts.
1
listCompletedTrainingJobs
List training jobs filtered to the Completed status and sorted by creation time in descending order so the newest completed job is first.
2
describeTrainingJob
Describe the most recent completed training job to read the S3 location of its model artifacts.
3
createModel
Register a model from the inference container and the artifacts produced by the completed training job.
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.