Module Values.DeleteCustomModelDeploymentRequestSource

Deletes a custom model deployment. This operation stops the deployment and removes it from your account. After deletion, the deployment ARN can no longer be used for inference requests. The following actions are related to the DeleteCustomModelDeployment operation: CreateCustomModelDeployment GetCustomModelDeployment ListCustomModelDeployments

Sourcetype nonrec t = {
  1. customModelDeploymentIdentifier : CustomModelDeploymentIdentifier.t;
    (*

    The Amazon Resource Name (ARN) or name of the custom model deployment to delete.

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