StartExportLabelsTaskRunRequest
public struct StartExportLabelsTaskRunRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon S3 path where you export the labels.
Declaration
Swift
public let outputS3Path: String
-
The unique identifier of the machine learning transform.
Declaration
Swift
public let transformId: String
-
Undocumented
Declaration
Swift
public init(outputS3Path: String, transformId: String)
-
Declaration
Swift
public func validate(name: String) throws