View a markdown version of this page

라이브러리 세부 정보 가져오기 - Amazon Bedrock

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

라이브러리 세부 정보 가져오기

GetDataAutomationLibrary API를 사용하여 기존 라이브러리에 대한 정보를 검색합니다.

AWS CLI 예제:

요청

aws bedrock-data-automation get-data-automation-library \ --library-arn "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary"

응답:

{ "library": { "libraryArn": "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary", "libraryName": "healthcare-vocabulary", "libraryDescription": "Medical terminology for transcription accuracy", "status": "ACTIVE", "creationTime": "2026-01-01T00:00:00Z", "entityTypes": [ { "entityType": "VOCABULARY", "entityMetadata": "{\"entityCount\": 150}" } ] } }

AWS 콘솔 예제:

  1. BDA 콘솔에서 "라이브러리 관리" 페이지로 이동합니다.

  2. 라이브러리 목록에서 원하는 라이브러리를 선택합니다.