Values.DeploymentModelSourcetype nonrec t = {modelHandle : EntityName.t option;The unique handle of the model.
*)modelName : ModelName.t option;The name of the model.
*)modelVersion : Version.t option;The version of the model.
*)desiredState : ModelState.t option;The desired state of the model.
*)state : ModelState.t option;Returns the current state of the model.
*)status : DeploymentStatus.t option;Returns the deployment status of the model.
*)statusReason : String_.t option;Returns the error message for the deployment status result.
*)rollbackFailureReason : String_.t option;Returns the error message if there is a rollback.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EntityName.t ]) list ]