

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

# 라이브러리 개체 세부 정보 가져오기
<a name="bda-library-getting-entity-details"></a>

[GetDataAutomationLibraryEntity](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_GetDataAutomationLibraryEntity.html) API를 사용하여 개체의 어휘 목록을 검색합니다.

## AWS CLI 예제:
<a name="bda-library-getting-entity-details-cli"></a>

**요청**

```
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 콘솔 예제:
<a name="bda-library-getting-entity-details-console"></a>

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

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

![언어가 영어로 설정된 이부프로펜과 파라세타몰이라는 두 문구를 보여주는 번역 관리 인터페이스입니다.](http://docs.aws.amazon.com/ko_kr/bedrock/latest/userguide/images/bda/library-get-entity-details-console.png)
