Module Values.GetCustomModelDeploymentRequestSource

Retrieves 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

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

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

    *)
}
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