Describe a serverless endpoint
You might want to retrieve information about your endpoint, including details such as the
endpoint’s ARN, current status, deployment configuration, and failure reasons. You can find
information about your endpoint using the SageMaker AI console
To describe an endpoint (using API)
The following example uses the AWS SDK for Python (Boto3)EndpointName
, use the name of the endpoint you
want to check.
response = client.describe_endpoint( EndpointName="
<your-endpoint-name>
", )
To describe an endpoint (using the console)
-
Sign in to the Amazon SageMaker AI console
. -
In the navigation tab, choose Inference.
-
Next, choose Endpoints.
-
From the list of endpoints, choose the endpoint you want to check.
The endpoint page contains the information about your endpoint.