

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

# 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/)」を参照してください。

## Feature Store のノートブックとワークショップの例
<a name="feature-store-sample-notebooks"></a>

Amazon SageMaker Feature Store の使用を開始するにあたり、次のテーブルにある Jupyter Notebook のさまざまなサンプルから選択できます。Feature Store を初めて使う場合、「Feature Store の概要」ノートブックをお試しください。これらのノートブックを実行するには、IAM 実行ロールに、ポリシー `AmazonSageMakerFeatureStoreAccess` をアタッチする必要があります。

「[IAM Roles」(IAM ロール](https://console.aws.amazon.com/iam/home#/roles)) を参照して、ロールにアクセスし、このポリシーをアタッチしてください。ロールにアタッチされたポリシーを表示する方法と、ロールにポリシーを追加する方法のチュートリアルについては、「[Adding policies to your IAM role](https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-adding-policies.html)」を参照してください。

次の表は、Feature Store の使用を開始する際に役立つさまざまなリソースを示しています。この表には、特定のユースケースに Feature Store を初めて使用する方法を説明するための例、手順、サンプルノートブックが含まれています。これらのリソースのコードは SageMaker AI SDK for Python (Boto3) を使用しています。


| **ページ** | **説明** | 
| --- | --- | 
| 「Read the Docs」の「[Get started with Amazon SageMaker Feature Store](https://sagemaker-examples.readthedocs.io/en/latest/sagemaker-featurestore/)」 | 使用開始に役立つ、Feature Store とその特徴量を紹介するサンプルノートブックのリスト。 | 
| 「Read the Docs」の「[Amazon SageMaker Feature Store](https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_featurestore.html)」ガイド | 特徴量グループのセットアップ方法、作成方法、特徴量グループへのデータのロード方法、特徴量ストア全般の使用方法に関する特徴量ストアガイドです。 | 
| `aws-samples` Github リポジトリ内の「[Amazon SageMaker Feature Store end-to-end workshop](https://github.com/aws-samples/amazon-sagemaker-feature-store-end-to-end-workshop)」 | エンドツーエンドの Feature Store ワークショップ。 | 
|  SageMaker AI サンプルノートブックリポジトリ内の「[Feature Store example](https://github.com/aws/amazon-sagemaker-examples/tree/main/sagemaker-featurestore)」ノートブック。 | Feature Store の具体的なユースケースのサンプルノートブック。 | 

## Feature Store Python SDK と API
<a name="feature-store-api-sdks"></a>

Python Software Development Kit (SDK) とアプリケーションプログラミングインターフェイス (API) は、ソフトウェアアプリケーションの作成に使用されるツールです。Python Feature Store SDK for Python (Boto3) と API を以下に表示します。


| **ページ** | **説明** | 
| --- | --- | 
| 「Amazon SageMaker Python SDK Read the Docs」の「[Feature Store APIs](https://sagemaker.readthedocs.io/en/stable/api/prep_data/feature_store.html)」 | 「Read the Docs」の「Feature Store APIs」。 | 
| 「Amazon SageMaker Python SDK Github」リポジトリの「[Feature Store Python SDK](https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/feature_store)」 | Feature Store Python SDK Github リポジトリ。 | 
|  「SDK for Python (Boto3) ドキュメントの「[Feature Store Runtime operations and data types](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker-featurestore-runtime.html)」 | Feature Store.のすべてのデータプレーン API 操作とデータ型を含む Feature Store Runtime クライアント。 | 
|  Amazon SageMaker API リファレンスの「[Amazon SageMaker Feature Store Runtime](https://docs.aws.amazon.com/sagemaker/latest/APIReference/Welcome.html#Welcome_Amazon_SageMaker_Feature_Store_Runtime)」 | Feature Store でサポートしているの特徴量グループレベルの一部。お探しの API 操作またはデータ型がここにない場合は、ガイドの検索を使用してください。 | 
| [Amazon SageMaker API リファレンスの「Amazon SageMaker Feature Store Runtime](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Operations_Amazon_SageMaker_Feature_Store_Runtime.html)」 | Feature Store がサポートするレコードレベルのアクション。お探しの API 操作またはデータ型がここにない場合は、ガイドの検索を使用してください。 | 