Class: Aws::BedrockDataAutomation::Types::VocabularyEntity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Vocabulary entity with detailed information

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Description of the entity

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2914

class VocabularyEntity < Struct.new(
  :entity_id,
  :description,
  :language,
  :phrases,
  :last_modified_time)
  SENSITIVE = [:description]
  include Aws::Structure
end

#entity_idString

Unique identifier for the entity

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2914

class VocabularyEntity < Struct.new(
  :entity_id,
  :description,
  :language,
  :phrases,
  :last_modified_time)
  SENSITIVE = [:description]
  include Aws::Structure
end

#languageString

Supported input languages

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2914

class VocabularyEntity < Struct.new(
  :entity_id,
  :description,
  :language,
  :phrases,
  :last_modified_time)
  SENSITIVE = [:description]
  include Aws::Structure
end

#last_modified_timeTime

Time Stamp

Returns:

  • (Time)


2914
2915
2916
2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2914

class VocabularyEntity < Struct.new(
  :entity_id,
  :description,
  :language,
  :phrases,
  :last_modified_time)
  SENSITIVE = [:description]
  include Aws::Structure
end

#phrasesArray<Types::Phrase>

List of phrases

Returns:



2914
2915
2916
2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2914

class VocabularyEntity < Struct.new(
  :entity_id,
  :description,
  :language,
  :phrases,
  :last_modified_time)
  SENSITIVE = [:description]
  include Aws::Structure
end