View a markdown version of this page

创建资源库 - Amazon Bedrock

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

创建资源库

使用 CreateDataAutomationLibraryAPI 创建新的库容器。

AWS CLI 示例:

请求

aws bedrock-data-automation create-data-automation-library \ --library-name "healthcare-vocabulary" \ --library-description "Medical terminology for transcription accuracy" \ --region us-east-1

响应

{ "libraryArn": "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary", "status": "ACTIVE" }

AWS 控制台示例:

  1. 在 BDA 控制台中导航到 “管理库” 页面

  2. 选择 “创建库”

重要提示

  1. 库的创建是同步的,并且会立即返回

  2. 图书馆名称在您的账户和地区内必须是唯一的

  3. 在你运行实体摄取任务之前,该库是空的

  4. 库可以与多个项目关联