Class: Aws::Types::UpdateLanguageModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLanguageModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
969 970 971 |
# File 'sig/types.rbs', line 969 def last_modified_time @last_modified_time end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
967 968 969 |
# File 'sig/types.rbs', line 967 def model_name @model_name end |
#model_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute model_status.
968 969 970 |
# File 'sig/types.rbs', line 968 def model_status @model_status end |