secondaryStatus property
Provides detailed information about the state of the training job. For
detailed information on the secondary status of the training job, see
StatusMessage
under SecondaryStatusTransition.
Amazon SageMaker provides primary statuses and secondary statuses that apply to each of them:
- InProgress
-
-
Starting
- Starting the training job. -
Downloading
- An optional stage for algorithms that supportFile
training input mode. It indicates that data is being downloaded to the ML storage volumes. -
Training
- Training is in progress. -
Interrupted
- The job stopped because the managed spot training instances were interrupted. -
Uploading
- Training is complete and the model artifacts are being uploaded to the S3 location.
-
- Completed
-
-
Completed
- The training job has completed.
-
- Failed
-
-
Failed
- The training job has failed. The reason for the failure is returned in theFailureReason
field ofDescribeTrainingJobResponse
.
-
- Stopped
-
-
MaxRuntimeExceeded
- The job stopped because it exceeded the maximum allowed runtime. -
MaxWaitTimeExceeded
- The job stopped because it exceeded the maximum allowed wait time. -
Stopped
- The training job has stopped.
-
- Stopping
-
-
Stopping
- Stopping the training job.
-
-
LaunchingMLInstances
-
PreparingTrainingStack
-
DownloadingTrainingImage
Implementation
final SecondaryStatus secondaryStatus;