CancelMLTaskRunResponse
public struct CancelMLTaskRunResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status for this run.
Declaration
Swift
public let status: TaskStatusType?
-
The unique identifier for the task run.
Declaration
Swift
public let taskRunId: String?
-
The unique identifier of the machine learning transform.
Declaration
Swift
public let transformId: String?
-
Undocumented
Declaration
Swift
public init(status: TaskStatusType? = nil, taskRunId: String? = nil, transformId: String? = nil)