Module Values.LabelsS3InputConfigurationSource

The location information (prefix and bucket name) for the s3 location being used for label data.

Sourcetype nonrec t = {
  1. bucket : S3Bucket.t;
    (*

    The name of the S3 bucket holding the label data.

    *)
  2. prefix : S3Prefix.t option;
    (*

    The prefix for the S3 bucket used for the label data.

    *)
}
Sourceval context_ : string
Sourceval make : ?prefix:??? -> bucket:S3Bucket.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Bucket.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