Amazon SageMaker · Arazzo Workflow
Amazon SageMaker Train Model and Poll Job
Version 1.0.0
Start a SageMaker training job and poll its status until it reaches a terminal state.
Provider
Workflows
train-and-poll-job
Create a training job and poll it to a terminal status.
Submits a training job with the supplied algorithm, role, data, and compute configuration, then describes the job and loops until the training status is no longer InProgress.
1
createTrainingJob
CreateTrainingJob
Start a model training job using the supplied algorithm image, IAM role, input data, output location, and compute resources.
2
pollTrainingJob
DescribeTrainingJob
Describe the training job to read its current status. Repeat this step while the status remains InProgress and continue once it reaches a terminal state.