Class: Aws::Types::CreateLanguageModelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_name"NarrowBand", "WideBand"

Returns the value of attribute base_model_name.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def base_model_name
  @base_model_name
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def encryption_configuration
  @encryption_configuration
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def input_data_config
  @input_data_config
end

#language_code"en-US", ...

Returns the value of attribute language_code.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def language_code
  @language_code
end

#model_name::String

Returns the value of attribute model_name.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def model_name
  @model_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def tags
  @tags
end