Module Values_2.LabelingSetGenerationTaskRunPropertiesSource

Specifies configuration properties for a labeling set generation task run.

Sourcetype nonrec t = {
  1. outputS3Path : Values_0.UriString.t option;
    (*

    The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.

    *)
}
Sourceval make : ?outputS3Path:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.UriString.t ]) 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