v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

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:

get/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}

Path parameters

customModelDeploymentIdentifierstring required

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

Response

Success

customModelDeploymentArnstring required

The Amazon Resource Name (ARN) of the custom model deployment.

modelDeploymentNamestring required

The name of the custom model deployment.

modelArnstring required

The Amazon Resource Name (ARN) of the custom model associated with this deployment.

createdAtstring date-time required

The date and time when the custom model deployment was created.

status'Creating' | 'Active' | 'Failed' required
<p>The status of the custom model deployment. Possible values are:</p> <ul> <li> <p> <code>CREATING</code> - The deployment is being set up and prepared for inference.</p> </li> <li> <p> <code>ACTIVE</code> - The deployment is ready and available for inference requests.</p> </li> <li> <p> <code>FAILED</code> - The deployment failed to be created or became unavailable.</p> </li> </ul>
descriptionstring

The description of the custom model deployment.

failureMessagestring

If the deployment status is <code>FAILED</code>, this field contains a message describing the failure reason.

lastUpdatedAtstring date-time

The date and time when the custom model deployment was last updated.