Values.UpdateCustomModelDeploymentRequestSourceUpdates a custom model deployment with a new custom model. This allows you to deploy updated models without creating new deployment endpoints.
type nonrec t = {modelArn : CustomModelArn.t;ARN of the new custom model to deploy. This replaces the currently deployed model.
*)customModelDeploymentIdentifier : CustomModelDeploymentIdentifier.t;Identifier of the custom model deployment to update with the new custom model.
*)}val make :
modelArn:CustomModelArn.t ->
customModelDeploymentIdentifier:CustomModelDeploymentIdentifier.t ->
unit ->
t