Class: Aws::Types::LanguageModel
- Inherits:
-
Object
- Object
- Aws::Types::LanguageModel
- 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.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute model_status.
-
#upgrade_availability ⇒ Boolean
Returns the value of attribute upgrade_availability.
Instance Attribute Details
#base_model_name ⇒ "NarrowBand", "WideBand"
Returns the value of attribute base_model_name.
410 411 412 |
# File 'sig/types.rbs', line 410 def base_model_name @base_model_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
407 408 409 |
# File 'sig/types.rbs', line 407 def create_time @create_time end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
415 416 417 |
# File 'sig/types.rbs', line 415 def encryption_configuration @encryption_configuration end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
413 414 415 |
# File 'sig/types.rbs', line 413 def failure_reason @failure_reason end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
414 415 416 |
# File 'sig/types.rbs', line 414 def input_data_config @input_data_config end |
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
409 410 411 |
# File 'sig/types.rbs', line 409 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
408 409 410 |
# File 'sig/types.rbs', line 408 def last_modified_time @last_modified_time end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
406 407 408 |
# File 'sig/types.rbs', line 406 def model_name @model_name end |
#model_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute model_status.
411 412 413 |
# File 'sig/types.rbs', line 411 def model_status @model_status end |
#upgrade_availability ⇒ Boolean
Returns the value of attribute upgrade_availability.
412 413 414 |
# File 'sig/types.rbs', line 412 def upgrade_availability @upgrade_availability end |