Class: Aws::ElementalInference::Types::CreateDictionaryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elementalinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesString

The dictionary entries payload. Contains the custom words and phrases for the dictionary. Maximum size is 40,960 characters.

Returns:

  • (String)


160
161
162
163
164
165
166
167
# File 'lib/aws-sdk-elementalinference/types.rb', line 160

class CreateDictionaryRequest < Struct.new(
  :name,
  :language,
  :entries,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#languageString

The language of the dictionary entries. Specify the language using an ISO 639-2/T three-letter code. Supported values: eng, fra, ita, deu, spa, por.

Returns:

  • (String)


160
161
162
163
164
165
166
167
# File 'lib/aws-sdk-elementalinference/types.rb', line 160

class CreateDictionaryRequest < Struct.new(
  :name,
  :language,
  :entries,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A user-friendly name for this dictionary.

Returns:

  • (String)


160
161
162
163
164
165
166
167
# File 'lib/aws-sdk-elementalinference/types.rb', line 160

class CreateDictionaryRequest < Struct.new(
  :name,
  :language,
  :entries,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Optional tags to associate with the dictionary.

Returns:

  • (Hash<String,String>)


160
161
162
163
164
165
166
167
# File 'lib/aws-sdk-elementalinference/types.rb', line 160

class CreateDictionaryRequest < Struct.new(
  :name,
  :language,
  :entries,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end