Module Values.TrainingDataResultSource

The data validation manifest created for the training dataset during model training.

Sourcetype nonrec t = {
  1. input : TrainingData.t option;
    (*

    The training data that you supplied.

    *)
  2. output : TrainingData.t option;
    (*

    Reference to images (assets) that were actually used during training with trained model predictions.

    *)
  3. validation : ValidationData.t option;
    (*

    A manifest that you supplied for training, with validation results for each line.

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