Class: Aws::Types::CreateLanguageModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLanguageModelResponse
- 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.
-
#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.
-
#model_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute model_status.
Instance Attribute Details
#base_model_name ⇒ "NarrowBand", "WideBand"
Returns the value of attribute base_model_name.
139 140 141 |
# File 'sig/types.rbs', line 139 def base_model_name @base_model_name end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
141 142 143 |
# File 'sig/types.rbs', line 141 def input_data_config @input_data_config end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
138 139 140 |
# File 'sig/types.rbs', line 138 def language_code @language_code end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
140 141 142 |
# File 'sig/types.rbs', line 140 def model_name @model_name end |
#model_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute model_status.
142 143 144 |
# File 'sig/types.rbs', line 142 def model_status @model_status end |