Module: Aws::LookoutEquipment::Client::_UpdateActiveModelVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateActiveModelVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #current_active_version ⇒ ::Integer
- #current_active_version_arn ⇒ ::String
- #model_arn ⇒ ::String
- #model_name ⇒ ::String
- #previous_active_version ⇒ ::Integer
- #previous_active_version_arn ⇒ ::String
Instance Method Details
#current_active_version ⇒ ::Integer
855 |
# File 'sig/client.rbs', line 855
def current_active_version: () -> ::Integer
|
#current_active_version_arn ⇒ ::String
857 |
# File 'sig/client.rbs', line 857
def current_active_version_arn: () -> ::String
|
#model_arn ⇒ ::String
854 |
# File 'sig/client.rbs', line 854
def model_arn: () -> ::String
|
#model_name ⇒ ::String
853 |
# File 'sig/client.rbs', line 853
def model_name: () -> ::String
|
#previous_active_version ⇒ ::Integer
856 |
# File 'sig/client.rbs', line 856
def previous_active_version: () -> ::Integer
|
#previous_active_version_arn ⇒ ::String
858 |
# File 'sig/client.rbs', line 858
def previous_active_version_arn: () -> ::String
|