View a markdown version of this page

ライブラリエンティティの一覧表示 - Amazon Bedrock

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

ライブラリエンティティの一覧表示

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 コンソールの例:

  1. ライブラリの「ライブラリの詳細」ページに移動します。