TrainingJobSummary class

Provides summary information about a training job.

Constructors

TrainingJobSummary({required DateTime creationTime, required String trainingJobArn, required String trainingJobName, required TrainingJobStatus trainingJobStatus, DateTime? lastModifiedTime, DateTime? trainingEndTime})
TrainingJobSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime
A timestamp that shows when the training job was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime DateTime?
Timestamp when the training job was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trainingEndTime DateTime?
A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).
final
trainingJobArn String
The Amazon Resource Name (ARN) of the training job.
final
trainingJobName String
The name of the training job that you want a summary for.
final
trainingJobStatus TrainingJobStatus
The status of the training job.
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