

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

# 資料來源
<a name="feature-store-feature-processor-data-sources"></a>

Amazon SageMaker Feature Store 特徵處理支援多個資料來源。適用於 Python 的特徵處理器 SDK (Boto3) 提供可從 Amazon S3 已儲存的特徵群組或物件載入資料的建構模組。此外，您可以編寫自訂資料來源，以便從其他資料來源載入資料。有關 Feature Store 提供的資料來源的資訊，請參閱[特徵處理器資料來源 Feature Store Python SDK](https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/feature_store/feature_processor/_data_source.py)。

**Topics**
+ [特徵處理器 SDK 資料來源](feature-store-feature-processor-data-sources-sdk.md)
+ [自訂資料來源](feature-store-feature-processor-data-sources-custom.md)
+ [自訂資料來源範例](feature-store-feature-processor-data-sources-custom-examples.md)