View a markdown version of this page

列出库 - Amazon Bedrock

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

列出库

使用 ListDataAutomationLibrariesapi 检索库列表。

AWS CLI 示例:

请求

aws bedrock-data-automation list-data-automation-libraries \ --max-results 50

响应:

{ "libraries": [ { "libraryArn": "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary", "creationTime": "2026-01-01T00:00:00Z", "libraryName": "healthcare-vocabulary" } ], "next_token": "<pagination-token>" }

AWS 控制台示例:

  1. 在 BDA 控制台中导航到 “管理库” 页面。此页面将列出与此账户关联的图书馆。