Class: Aws::BedrockDataAutomation::Types::VocabularyEntitySummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

Description of the entity

Returns:

  • (String)


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_idString

Unique identifier for the entity

Returns:

  • (String)


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

#languageString

Supported input languages

Returns:

  • (String)


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_timeTime

Time Stamp

Returns:

  • (Time)


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_phrasesInteger

num of phrases in the entity

Returns:

  • (Integer)


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