GetMLTaskRunRequest
public struct GetMLTaskRunRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier of 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(taskRunId: String, transformId: String)
-
Declaration
Swift
public func validate(name: String) throws