LabelingJobDataAttributes
public struct LabelingJobDataAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
Declaration
Swift
public let contentClassifiers: [ContentClassifier]?
-
Undocumented
Declaration
Swift
public init(contentClassifiers: [ContentClassifier]? = nil)
-
Declaration
Swift
public func validate(name: String) throws