Values.DeleteCustomModelDeploymentRequestSourceDeletes 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
type nonrec t = {customModelDeploymentIdentifier : CustomModelDeploymentIdentifier.t;The Amazon Resource Name (ARN) or name of the custom model deployment to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CustomModelDeploymentIdentifier.t ]) list ]