

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 檢視用戶描述檔詳細
<a name="domain-user-profile-describe"></a>

下節說明如何從 SageMaker AI 主控台或 AWS CLI檢視網域中使用者設定檔的詳細資料。

## 從主控台檢視使用者設定檔詳細資訊
<a name="domain-user-profile-describe-console"></a>

 完成下列程序，從 SageMaker AI 主控台檢視使用者設定檔的詳細資訊。

1. 開啟 Amazon SageMaker AI 主控台，網址為 [https://console.aws.amazon.com/sagemaker/](https://console.aws.amazon.com/sagemaker/)。

1. 在左側導覽窗格中，選擇**管理員組態**。

1. 在**管理員組態**下，選擇**網域**。

1.  從網域清單中，選取您要檢視其使用者設定檔清單的網域。

1. 在**網域詳細資訊**頁面上，選擇**使用者設定檔**索引標籤。

1.  選取您要檢視詳細資訊的使用者設定檔。

## 從 檢視使用者設定檔詳細資訊 AWS CLI
<a name="domain-user-profile-describe-cli"></a>

若要從 描述使用者設定檔 AWS CLI，請從本機電腦的終端機執行下列命令。

```
aws sagemaker describe-user-profile \
--region {{region}} \
--domain-id {{domain-id}} \
--user-profile-name {{user-name}}
```