SecondaryStatusTransition class

An array element of DescribeTrainingJobResponse$SecondaryStatusTransitions. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, Amazon SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job's secondary status.

Constructors

SecondaryStatusTransition({required DateTime startTime, required SecondaryStatus status, DateTime? endTime, String? statusMessage})
SecondaryStatusTransition.fromJson(Map<String, dynamic> json)
factory

Properties

endTime DateTime?
A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
A timestamp that shows when the training job transitioned to the current secondary status state.
final
status SecondaryStatus
Contains a secondary status information from a training job.
final
statusMessage String?
A detailed description of the progress within a secondary status.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited