Class: Aws::BedrockDataAutomation::Types::VocabularyEntityInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::VocabularyEntityInfo
- Includes:
- Structure
- Defined in:
- 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
2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 2963 class VocabularyEntityInfo < Struct.new( :entity_id, :description, :language, :phrases) SENSITIVE = [:description] include Aws::Structure end |
#entity_id ⇒ String
Unique identifier for the entity
2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 2963 class VocabularyEntityInfo < Struct.new( :entity_id, :description, :language, :phrases) SENSITIVE = [:description] include Aws::Structure end |
#language ⇒ String
Supported input languages
2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 2963 class VocabularyEntityInfo < Struct.new( :entity_id, :description, :language, :phrases) SENSITIVE = [:description] include Aws::Structure end |
#phrases ⇒ Array<Types::Phrase>
List of phrases
2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 2963 class VocabularyEntityInfo < Struct.new( :entity_id, :description, :language, :phrases) SENSITIVE = [:description] include Aws::Structure end |