LabelingJobInputConfig
public struct LabelingJobInputConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Attributes of the data specified by the customer.
Declaration
Swift
public let dataAttributes: LabelingJobDataAttributes?
-
The location of the input data.
Declaration
Swift
public let dataSource: LabelingJobDataSource
-
Undocumented
Declaration
Swift
public init(dataAttributes: LabelingJobDataAttributes? = nil, dataSource: LabelingJobDataSource)
-
Declaration
Swift
public func validate(name: String) throws