Values.GetCustomModelDeploymentRequestSourceRetrieves information about a custom model deployment, including its status, configuration, and metadata. Use this operation to monitor the deployment status and retrieve details needed for inference requests. The following actions are related to the GetCustomModelDeployment operation: CreateCustomModelDeployment ListCustomModelDeployments DeleteCustomModelDeployment
type nonrec t = {customModelDeploymentIdentifier : CustomModelDeploymentIdentifier.t;The Amazon Resource Name (ARN) or name of the custom model deployment to retrieve information about.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CustomModelDeploymentIdentifier.t ]) list ]