TransformJobSummary
public struct TransformJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A timestamp that shows when the transform Job was created.
Declaration
Swift
public let creationTime: TimeStamp
-
If the transform job failed, the reason it failed.
Declaration
Swift
public let failureReason: String?
-
Indicates when the transform job was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
Declaration
Swift
public let transformEndTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the transform job.
Declaration
Swift
public let transformJobArn: String
-
The name of the transform job.
Declaration
Swift
public let transformJobName: String
-
The status of the transform job.
Declaration
Swift
public let transformJobStatus: TransformJobStatus
-
init(creationTime:failureReason:lastModifiedTime:transformEndTime:transformJobArn:transformJobName:transformJobStatus:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, failureReason: String? = nil, lastModifiedTime: TimeStamp? = nil, transformEndTime: TimeStamp? = nil, transformJobArn: String, transformJobName: String, transformJobStatus: TransformJobStatus)