

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

# 管理程式庫實體
<a name="bda-library-managing-entities"></a>

本節說明如何管理資料自動化程式庫中的實體。實體是網域特定的資源，可增強內容處理工作負載的擷取準確性。目前，[自訂詞彙](bda-library-custom-vocabulary.md)是唯一支援的實體類型，可改善音訊和視訊內容的語音辨識和轉錄。

您可以使用 AWS 管理主控台或 AWS CLI 執行實體層級操作。這些操作包括使用透過 S3 資訊清單檔案或內嵌承載提供的詞彙輸入，透過擷取任務新增實體、監控此類擷取任務的狀態、使用 UPSERT 操作更新現有實體、刪除特定實體，以及檢視實體詳細資訊。與管理容器本身的程式庫層級操作不同，實體操作著重於程式庫中的內容。

您可以使用下列 APIs管理程式庫實體：
+ [InvokeDataAutomationLibraryIngestionJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_InvokeDataAutomationLibraryIngestionJob.html) 使用 UPSERT 或 DELETE 操作透過非同步擷取任務新增、更新或刪除實體；
+ [GetDataAutomationLibraryIngestionJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_GetDataAutomationLibraryIngestionJob.html) 會檢查擷取任務的狀態和進度；
+ [ListDataAutomationLibraryIngestionJobs](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_ListDataAutomationLibraryIngestionJobs.html) 會擷取帳戶中所有擷取任務的分頁清單；
+ [ListDataAutomationLibraryEntities](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_ListDataAutomationLibraryEntities.html) 會擷取程式庫內所有實體的分頁清單；以及
+ [GetDataAutomationLibraryEntity](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_GetDataAutomationLibraryEntity.html) 會擷取特定實體的詳細資訊，包括所有詞彙片語。

**注意**：實體管理與程式庫管理不同。如需有關建立、更新或刪除程式庫的資訊，請參閱[管理資料自動化程式庫](bda-library-managing.md)。