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. 從清單中選擇所需的實體