Module Values.UpdateCustomModelDeploymentRequestSource

Updates a custom model deployment with a new custom model. This allows you to deploy updated models without creating new deployment endpoints.

Sourcetype nonrec t = {
  1. modelArn : CustomModelArn.t;
    (*

    ARN of the new custom model to deploy. This replaces the currently deployed model.

    *)
  2. customModelDeploymentIdentifier : CustomModelDeploymentIdentifier.t;
    (*

    Identifier of the custom model deployment to update with the new custom model.

    *)
}
Sourceval context_ : string
Sourceval make : modelArn:CustomModelArn.t -> customModelDeploymentIdentifier:CustomModelDeploymentIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CustomModelArn.t ]) 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