Values.TrainingDataResultSourceThe data validation manifest created for the training dataset during model training.
type nonrec t = {input : TrainingData.t option;The training data that you supplied.
*)output : TrainingData.t option;Reference to images (assets) that were actually used during training with trained model predictions.
*)validation : ValidationData.t option;A manifest that you supplied for training, with validation results for each line.
*)}val 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 ]