

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# サーバーレスエンドポイントを記述する
<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>

次の例では、[AWS SDK for Python (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. エンドポイントのリストから、チェックするエンドポイントを選択します。

エンドポイントページには、エンドポイントに関する情報が含まれています。