Values.CustomModelDeploymentUpdateDetailsSourceDetails about an update to a custom model deployment, including the new custom model resource ARN and current update status.
type nonrec t = {modelArn : ModelArn.t option;ARN of the new custom model being deployed as part of the update.
*)updateStatus : CustomModelDeploymentUpdateStatus.t option;Current status of the deployment update.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of ModelArn.t ]) list ]