Values.DefinitionSourcetype nonrec t = {modelHandle : EntityName.t option;The unique model handle.
*)s3Url : S3Uri.t option;The absolute S3 location of the model.
*)checksum : Checksum.t option;The checksum information of the model.
*)state : ModelState.t option;The desired state of the model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EntityName.t
| `Structure of
(string * [> `Enum of string | `String of ChecksumString.t ]) list ])
list ]