Class: Aws::BedrockDataAutomation::Types::VocabularyEntityInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::VocabularyEntityInfo
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Vocabulary entity info with detailed information
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
Description of the entity.
-
#entity_id ⇒ String
Unique identifier for the entity.
-
#language ⇒ String
Supported input languages.
-
#phrases ⇒ Array<Types::Phrase>
List of phrases.
Instance Attribute Details
#description ⇒ String
Description of the entity
2944 2945 2946 2947 2948 2949 2950 2951 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2944 class VocabularyEntityInfo < Struct.new( :entity_id, :description, :language, :phrases) SENSITIVE = [:description] include Aws::Structure end |
#entity_id ⇒ String
Unique identifier for the entity
2944 2945 2946 2947 2948 2949 2950 2951 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2944 class VocabularyEntityInfo < Struct.new( :entity_id, :description, :language, :phrases) SENSITIVE = [:description] include Aws::Structure end |
#language ⇒ String
Supported input languages
2944 2945 2946 2947 2948 2949 2950 2951 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2944 class VocabularyEntityInfo < Struct.new( :entity_id, :description, :language, :phrases) SENSITIVE = [:description] include Aws::Structure end |
#phrases ⇒ Array<Types::Phrase>
List of phrases
2944 2945 2946 2947 2948 2949 2950 2951 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2944 class VocabularyEntityInfo < Struct.new( :entity_id, :description, :language, :phrases) SENSITIVE = [:description] include Aws::Structure end |