Module Values.TestingDataSource

The dataset used for testing. Optionally, if AutoCreate is set, Amazon Rekognition uses the training dataset to create a test dataset with a temporary split of the training dataset.

Sourcetype nonrec t = {
  1. assets : Assets.t option;
    (*

    The assets used for testing.

    *)
  2. autoCreate : Boolean.t option;
    (*

    If specified, Rekognition splits training dataset to create a test dataset for the training job.

    *)
}
Sourceval make : ?assets:??? -> ?autoCreate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `String of S3Bucket.t ]) list ]) list ]) list ] 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