Values.TestingDataResultSourceSagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.
type nonrec t = {input : TestingData.t option;The testing dataset that was supplied for training.
*)output : TestingData.t option;The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
*)validation : ValidationData.t option;The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]