Class: Aws::BedrockDataAutomation::Types::VocabularyEntitySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::VocabularyEntitySummary
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Summary of a Vocabulary entity
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.
-
#last_modified_time ⇒ Time
Time Stamp.
-
#num_of_phrases ⇒ Integer
num of phrases in the entity.
Instance Attribute Details
#description ⇒ String
Description of the entity
2977 2978 2979 2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2977 class VocabularyEntitySummary < Struct.new( :entity_id, :description, :language, :num_of_phrases, :last_modified_time) SENSITIVE = [:description] include Aws::Structure end |
#entity_id ⇒ String
Unique identifier for the entity
2977 2978 2979 2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2977 class VocabularyEntitySummary < Struct.new( :entity_id, :description, :language, :num_of_phrases, :last_modified_time) SENSITIVE = [:description] include Aws::Structure end |
#language ⇒ String
Supported input languages
2977 2978 2979 2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2977 class VocabularyEntitySummary < Struct.new( :entity_id, :description, :language, :num_of_phrases, :last_modified_time) SENSITIVE = [:description] include Aws::Structure end |
#last_modified_time ⇒ Time
Time Stamp
2977 2978 2979 2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2977 class VocabularyEntitySummary < Struct.new( :entity_id, :description, :language, :num_of_phrases, :last_modified_time) SENSITIVE = [:description] include Aws::Structure end |
#num_of_phrases ⇒ Integer
num of phrases in the entity
2977 2978 2979 2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2977 class VocabularyEntitySummary < Struct.new( :entity_id, :description, :language, :num_of_phrases, :last_modified_time) SENSITIVE = [:description] include Aws::Structure end |