GetMLTaskRunResponse
public struct GetMLTaskRunResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time when this task run was completed.
Declaration
Swift
public let completedOn: TimeStamp?
-
The error strings that are associated with the task run.
Declaration
Swift
public let errorString: String?
-
The amount of time (in seconds) that the task run consumed resources.
Declaration
Swift
public let executionTime: Int?
-
The date and time when this task run was last modified.
Declaration
Swift
public let lastModifiedOn: TimeStamp?
-
The names of the log groups that are associated with the task run.
Declaration
Swift
public let logGroupName: String?
-
The list of properties that are associated with the task run.
Declaration
Swift
public let properties: TaskRunProperties?
-
The date and time when this task run started.
Declaration
Swift
public let startedOn: TimeStamp?
-
The status for this task run.
Declaration
Swift
public let status: TaskStatusType?
-
The unique run identifier associated with this run.
Declaration
Swift
public let taskRunId: String?
-
The unique identifier of the task run.
Declaration
Swift
public let transformId: String?
-
init(completedOn:errorString:executionTime:lastModifiedOn:logGroupName:properties:startedOn:status:taskRunId:transformId:)
Undocumented
Declaration
Swift
public init(completedOn: TimeStamp? = nil, errorString: String? = nil, executionTime: Int? = nil, lastModifiedOn: TimeStamp? = nil, logGroupName: String? = nil, properties: TaskRunProperties? = nil, startedOn: TimeStamp? = nil, status: TaskStatusType? = nil, taskRunId: String? = nil, transformId: String? = nil)