Module Values_1.LabelingJobDataAttributesSource

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

Sourcetype nonrec t = {
  1. contentClassifiers : Values_0.ContentClassifiers.t option;
    (*

    Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

    *)
}
Sourceval make : ?contentClassifiers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t