Values_1.ModelPackageStatusDetailsSourceSpecifies the validation and image scan statuses of the model package.
type nonrec t = {validationStatuses : ModelPackageStatusItemList.t option;The validation status of the model package.
*)imageScanStatuses : ModelPackageStatusItemList.t option;The status of the scan of the Docker image container for the model package.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.EntityName.t ])
list ]
list ])
list ]