View a markdown version of this page

列出程式庫 - Amazon Bedrock

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

列出程式庫

使用 ListDataAutomationLibraries api 擷取程式庫清單。

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 主控台中的「管理程式庫」頁面。此頁面會列出此帳戶中相關聯的程式庫。