Class: Aws::Types::CreateLanguageModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLanguageModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_model_name ⇒ "NarrowBand", "WideBand"
Returns the value of attribute base_model_name.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#base_model_name ⇒ "NarrowBand", "WideBand"
Returns the value of attribute base_model_name.
129 130 131 |
# File 'sig/types.rbs', line 129 def base_model_name @base_model_name end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
132 133 134 |
# File 'sig/types.rbs', line 132 def encryption_configuration @encryption_configuration end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
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.
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.
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.
133 134 135 |
# File 'sig/types.rbs', line 133 def end |