Module: Aws::LookoutEquipment::Client::_ImportModelVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImportModelVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #model_arn ⇒ ::String
- #model_name ⇒ ::String
- #model_version ⇒ ::Integer
- #model_version_arn ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#model_arn ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def model_arn: () -> ::String
|
#model_name ⇒ ::String
534 |
# File 'sig/client.rbs', line 534
def model_name: () -> ::String
|
#model_version ⇒ ::Integer
537 |
# File 'sig/client.rbs', line 537
def model_version: () -> ::Integer
|
#model_version_arn ⇒ ::String
536 |
# File 'sig/client.rbs', line 536
def model_version_arn: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
538 |
# File 'sig/client.rbs', line 538
def status: () -> ("IN_PROGRESS" | "SUCCESS" | "FAILED" | "IMPORT_IN_PROGRESS" | "CANCELED")
|