Class: Aws::Types::AutoMLJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
-
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
-
#auto_ml_job_secondary_status ⇒ "Starting", ...
Returns the value of attribute auto_ml_job_secondary_status.
-
#auto_ml_job_status ⇒ "Completed", ...
Returns the value of attribute auto_ml_job_status.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
Returns the value of attribute partial_failure_reasons.
Instance Attribute Details
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
700 701 702 |
# File 'sig/types.rbs', line 700 def auto_ml_job_arn @auto_ml_job_arn end |
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
699 700 701 |
# File 'sig/types.rbs', line 699 def auto_ml_job_name @auto_ml_job_name end |
#auto_ml_job_secondary_status ⇒ "Starting", ...
Returns the value of attribute auto_ml_job_secondary_status.
702 703 704 |
# File 'sig/types.rbs', line 702 def auto_ml_job_secondary_status @auto_ml_job_secondary_status end |
#auto_ml_job_status ⇒ "Completed", ...
Returns the value of attribute auto_ml_job_status.
701 702 703 |
# File 'sig/types.rbs', line 701 def auto_ml_job_status @auto_ml_job_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
703 704 705 |
# File 'sig/types.rbs', line 703 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
704 705 706 |
# File 'sig/types.rbs', line 704 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
706 707 708 |
# File 'sig/types.rbs', line 706 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
705 706 707 |
# File 'sig/types.rbs', line 705 def last_modified_time @last_modified_time end |
#partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
Returns the value of attribute partial_failure_reasons.
707 708 709 |
# File 'sig/types.rbs', line 707 def partial_failure_reasons @partial_failure_reasons end |