LabelingJobDataSource
public struct LabelingJobDataSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon S3 location of the input data objects.
Declaration
Swift
public let s3DataSource: LabelingJobS3DataSource?
-
Undocumented
Declaration
Swift
public init(s3DataSource: LabelingJobS3DataSource? = nil)
-
Declaration
Swift
public func validate(name: String) throws