View a markdown version of this page

列出程式庫實體 - Amazon Bedrock

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

列出程式庫實體

使用 ListDataAutomationLibraryEntities api 擷取實體清單。

AWS CLI 範例:

請求

aws bedrock-data-automation list-data-automation-library-entities \ --library-arn "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary" \ --entity-type "VOCABULARY" \ --max-results 50

回應

{ "entities": [ { "vocabulary": { "entityId": "medical-en", "language": "EN", "numOfPhrases": 2, "lastModifiedTime": "2026-03-06T07:06:00.413000+00:00" } } ] }

AWS 主控台範例:

  1. 導覽至您程式庫的「程式庫詳細資訊」頁面