Module Values_1.ModelPackageStatusDetailsSource

Specifies the validation and image scan statuses of the model package.

Sourcetype nonrec t = {
  1. validationStatuses : ModelPackageStatusItemList.t option;
    (*

    The validation status of the model package.

    *)
  2. imageScanStatuses : ModelPackageStatusItemList.t option;
    (*

    The status of the scan of the Docker image container for the model package.

    *)
}
Sourceval make : ?validationStatuses:??? -> ?imageScanStatuses:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.EntityName.t ]) 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