Class: Aws::Types::ImportModelVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportModelVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
-
#model_version_arn ⇒ ::String
Returns the value of attribute model_version_arn.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
483 484 485 |
# File 'sig/types.rbs', line 483 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
482 483 484 |
# File 'sig/types.rbs', line 482 def model_name @model_name end |
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
485 486 487 |
# File 'sig/types.rbs', line 485 def model_version @model_version end |
#model_version_arn ⇒ ::String
Returns the value of attribute model_version_arn.
484 485 486 |
# File 'sig/types.rbs', line 484 def model_version_arn @model_version_arn end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
486 487 488 |
# File 'sig/types.rbs', line 486 def status @status end |