View a markdown version of this page

列出库实体 - Amazon Bedrock

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

列出库实体

使用 ListDataAutomationLibraryEntitiesapi 检索实体列表。

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. 导航到您的图书馆的 “图书馆详情” 页面