기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
라이브러리 개체 나열
ListDataAutomationLibraryEntities API를 사용하여 엔터티 목록을 검색합니다.
AWS CLI 예제:
요청
aws bedrock-data-automation list-data-automation-library-entities \ --library-arn "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary" \ --entity-type "VOCABULARY" \ --max-results 50
응답
{ "entities": [ { "vocabulary": { "entityId": "medical-en", "language": "EN", "numOfPhrases": 2, "lastModifiedTime": "2026-03-06T07:06:00.413000+00:00" } } ] }
AWS 콘솔 예제:
라이브러리의 "라이브러리 세부 정보" 페이지로 이동합니다.