

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 서버리스 엔드포인트를 설명합니다
<a name="serverless-endpoints-describe"></a>

엔드포인트의 ARN, 현재 상태, 배포 구성, 실패 사유 등의 세부 정보를 포함하여 엔드포인트에 대한 정보를 검색하고 싶을 수 있습니다. [SageMaker AI 콘솔](https://console.aws.amazon.com/sagemaker/home), [DescribeEndpoint](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html) API 또는 AWS CLI를 사용하여 엔드포인트에 대한 정보를 찾을 수 있습니다.

## 엔드포인트 설명하기 (API 사용)
<a name="serverless-endpoints-describe-api"></a>

다음 예제에서는 [Python용AWS SDK (Boto3)](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#id309)를 사용하여 [DescribeEndpoint](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html) API를 호출합니다. `EndpointName`의 경우 점검할 엔드포인트의 이름을 사용합니다.

```
response = client.describe_endpoint(
    EndpointName="<your-endpoint-name>",
)
```

## 엔드포인트 설명하기 (콘솔 사용)
<a name="serverless-endpoints-describe-console"></a>

1. [Amazon SageMaker AI 콘솔](https://console.aws.amazon.com/sagemaker/home)에 로그인합니다.

1. 탐색 패널에서 **Inference**(추론)을 선택합니다.

1. 다음으로 **Endpoints**(엔드포인트)를 선택합니다.

1. 엔드포인트 목록에서 점검할 엔드포인트를 선택합니다.

엔드포인트 페이지에는 엔드포인트에 대한 정보가 들어 있습니다.