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.
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
ListTrainingJobs
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
DescribeTrainingJob
Describe the most recent completed training job to read the S3 location of its model artifacts.
3
createModel
CreateModel
Register a model from the inference container and the artifacts produced by the completed training job.