

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

# Amazon SageMaker Feature Store 資源
<a name="feature-store-resources"></a>

以下列出適用於 Amazon SageMaker Feature Store 使用者的可用資源。有關 Feature Store 主頁面，請參閱 [Amazon SageMaker Feature Store](https://aws.amazon.com/sagemaker/feature-store/)。

## 特徵商店範例筆記本和研討會
<a name="feature-store-sample-notebooks"></a>

若要開始使用 Amazon SageMaker Feature Store，您可以從下表中選擇各種範例 Jupyter 筆記本。如果這是您第一次使用 Feature Store，請嘗試 Feature Store 筆記本簡介。若要執行任何這些筆記本，您必須將此政策連接至 IAM 執行角色：`AmazonSageMakerFeatureStoreAccess`。

請參閱 [IAM 角色](https://console.aws.amazon.com/iam/home#/roles)以存取您的角色並附加此政策。如需如何檢視附加至角色的政策以及如何將政策新增至角色的逐步解說，請參閱[將政策新增至 IAM 角色](https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-adding-policies.html)。

下表列出各種資源，可協助您開始使用特徵商店。此表格包含範例、指示和範例筆記本，可引導您首次使用特定使用案例的特徵商店時為您提供指導。這些資源中的程式碼會使用 SageMaker AI SDK for Python (Boto3)。


| **頁面** | **Description** | 
| --- | --- | 
|  閱讀文件中的[開始使用 Amazon SageMaker Feature Store](https://sagemaker-examples.readthedocs.io/en/latest/sagemaker-featurestore/)。  |  可向您介紹特徵商店及其特徵的範例筆記本清單，以協助您開始使用。  | 
|  閱讀文件中的 [Amazon SageMaker Feature Store 指南](https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_featurestore.html)。  |  關於如何設定、建立特徵群組、將資料載入至特徵群組以及特徵商店常規使用的 特徵商店指南。  | 
|  `aws-samples` Github 儲存庫中的 [Amazon SageMaker Feature Store 端對端研討會](https://github.com/aws-samples/amazon-sagemaker-feature-store-end-to-end-workshop)  |  端對端的特徵商店研討會。  | 
|   SageMaker AI 範例筆記本儲存庫中的 [Feature Store 範例筆記本](https://github.com/aws/amazon-sagemaker-examples/tree/main/sagemaker-featurestore)。  |  特徵商店的特定使用案例範例筆記本。  | 

## 特徵商店 Python SDK 和 API
<a name="feature-store-api-sdks"></a>

Python 軟體開發套件 (SDK) 和應用程式介面 (API) 是用於建立軟體應用程式的工具。適用於 Python 的 Feature Store SDK (Boto3) 和 API 列出於下表中。


| **頁面** | **Description** | 
| --- | --- | 
|  Amazon SageMaker Python SDK 閱讀文件中的 [特徵商店 API](https://sagemaker.readthedocs.io/en/stable/api/prep_data/feature_store.html)  |  閱讀文件中的特徵商店 API。  | 
|  Amazon SageMaker Python SDK Github 儲存庫中的 [特徵商店 Python SDK ](https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/feature_store)  |  特徵商店 Python SDK Github 儲存庫。  | 
|   適用於 Python 的 SDK (Boto3) 文件中的 [Feature Store 執行期作業和資料類型](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker-featurestore-runtime.html)  |  特徵商店執行期用戶端，其中包含特徵商店的所有資料平面 API 作業和資料類型。  | 
|   Amazon SageMaker API 參考中的 [Amazon SageMaker Feature Store 執行期](https://docs.aws.amazon.com/sagemaker/latest/APIReference/Welcome.html#Welcome_Amazon_SageMaker_Feature_Store_Runtime)  |  特徵商店支援的某些特徵群組層級動作。如果此處未列出您要查找的 API 作業或資料類型，請在指南中搜尋。  | 
|  Amazon SageMaker API 參考中的 [Amazon SageMaker Feature Store 執行期](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Operations_Amazon_SageMaker_Feature_Store_Runtime.html)  |  特徵商店支援的記錄層級動作。如果此處未列出您要查找的 API 作業或資料類型，請在指南中搜尋。  | 