View a markdown version of this page

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

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

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

GetDataAutomationLibraryEntity API를 사용하여 개체의 어휘 목록을 검색합니다.

AWS CLI 예제:

요청

aws bedrock-data-automation get-data-automation-library-entity \ --library-arn "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary" \ --entity-type "VOCABULARY" \ --entity-id "medical-en"

응답

{ "entity": { "vocabulary": { "entityId": "medical-en", "language": "EN", "phrases": [ { "text": "paracetamol" }, { "text": "ibuprofen" } ], "lastModifiedTime": "2026-03-06T07:06:00.413000+00:00" } } }

AWS 콘솔 예제:

  1. 라이브러리의 "라이브러리 세부 정보" 페이지로 이동합니다.

  2. 목록에서 원하는 개체를 선택합니다.