Class: Aws::Types::ModelImportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelImportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#imported_model_arn ⇒ ::String
Returns the value of attribute imported_model_arn.
-
#imported_model_name ⇒ ::String
Returns the value of attribute imported_model_name.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def end_time @end_time end |
#imported_model_arn ⇒ ::String
Returns the value of attribute imported_model_arn.
3020 3021 3022 |
# File 'sig/types.rbs', line 3020 def imported_model_arn @imported_model_arn end |
#imported_model_name ⇒ ::String
Returns the value of attribute imported_model_name.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def imported_model_name @imported_model_name end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def job_arn @job_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def job_name @job_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def last_modified_time @last_modified_time end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def status @status end |