TrainingJobSummary
public struct TrainingJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A timestamp that shows when the training job was created.
Declaration
Swift
public let creationTime: TimeStamp
-
Timestamp when the training job was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
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).
Declaration
Swift
public let trainingEndTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the training job.
Declaration
Swift
public let trainingJobArn: String
-
The name of the training job that you want a summary for.
Declaration
Swift
public let trainingJobName: String
-
The status of the training job.
Declaration
Swift
public let trainingJobStatus: TrainingJobStatus
-
init(creationTime:lastModifiedTime:trainingEndTime:trainingJobArn:trainingJobName:trainingJobStatus:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, lastModifiedTime: TimeStamp? = nil, trainingEndTime: TimeStamp? = nil, trainingJobArn: String, trainingJobName: String, trainingJobStatus: TrainingJobStatus)