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.
685 686 687 |
# File 'sig/types.rbs', line 685 def auto_ml_job_arn @auto_ml_job_arn end |
#auto_ml_job_name ⇒ ::String
Returns the value of attribute auto_ml_job_name.
684 685 686 |
# File 'sig/types.rbs', line 684 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.
687 688 689 |
# File 'sig/types.rbs', line 687 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.
686 687 688 |
# File 'sig/types.rbs', line 686 def auto_ml_job_status @auto_ml_job_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
688 689 690 |
# File 'sig/types.rbs', line 688 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
689 690 691 |
# File 'sig/types.rbs', line 689 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
691 692 693 |
# File 'sig/types.rbs', line 691 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
690 691 692 |
# File 'sig/types.rbs', line 690 def last_modified_time @last_modified_time end |
#partial_failure_reasons ⇒ ::Array[Types::AutoMLPartialFailureReason]
Returns the value of attribute partial_failure_reasons.
692 693 694 |
# File 'sig/types.rbs', line 692 def partial_failure_reasons @partial_failure_reasons end |