trainingJobStatus property

TrainingJobStatus trainingJobStatus
final

The status of the training job.

Amazon SageMaker provides the following training job statuses:

  • InProgress - The training is in progress.
  • Completed - The training job has completed.
  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.
  • Stopping - The training job is stopping.
  • Stopped - The training job has stopped.
For more detailed information, see SecondaryStatus.

Implementation

final TrainingJobStatus trainingJobStatus;