Class: Aws::Types::AutoMLCandidate
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLCandidate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#candidate_name ⇒ ::String
Returns the value of attribute candidate_name.
-
#candidate_properties ⇒ Types::CandidateProperties
Returns the value of attribute candidate_properties.
-
#candidate_status ⇒ "Completed", ...
Returns the value of attribute candidate_status.
-
#candidate_steps ⇒ ::Array[Types::AutoMLCandidateStep]
Returns the value of attribute candidate_steps.
-
#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.
-
#final_auto_ml_job_objective_metric ⇒ Types::FinalAutoMLJobObjectiveMetric
Returns the value of attribute final_auto_ml_job_objective_metric.
-
#inference_container_definitions ⇒ ::Hash[("CPU" | "GPU"), ::Array[Types::AutoMLContainerDefinition]]
Returns the value of attribute inference_container_definitions.
-
#inference_containers ⇒ ::Array[Types::AutoMLContainerDefinition]
Returns the value of attribute inference_containers.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#objective_status ⇒ "Succeeded", ...
Returns the value of attribute objective_status.
Instance Attribute Details
#candidate_name ⇒ ::String
Returns the value of attribute candidate_name.
583 584 585 |
# File 'sig/types.rbs', line 583 def candidate_name @candidate_name end |
#candidate_properties ⇒ Types::CandidateProperties
Returns the value of attribute candidate_properties.
593 594 595 |
# File 'sig/types.rbs', line 593 def candidate_properties @candidate_properties end |
#candidate_status ⇒ "Completed", ...
Returns the value of attribute candidate_status.
587 588 589 |
# File 'sig/types.rbs', line 587 def candidate_status @candidate_status end |
#candidate_steps ⇒ ::Array[Types::AutoMLCandidateStep]
Returns the value of attribute candidate_steps.
586 587 588 |
# File 'sig/types.rbs', line 586 def candidate_steps @candidate_steps end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
589 590 591 |
# File 'sig/types.rbs', line 589 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
590 591 592 |
# File 'sig/types.rbs', line 590 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
592 593 594 |
# File 'sig/types.rbs', line 592 def failure_reason @failure_reason end |
#final_auto_ml_job_objective_metric ⇒ Types::FinalAutoMLJobObjectiveMetric
Returns the value of attribute final_auto_ml_job_objective_metric.
584 585 586 |
# File 'sig/types.rbs', line 584 def final_auto_ml_job_objective_metric @final_auto_ml_job_objective_metric end |
#inference_container_definitions ⇒ ::Hash[("CPU" | "GPU"), ::Array[Types::AutoMLContainerDefinition]]
Returns the value of attribute inference_container_definitions.
594 595 596 |
# File 'sig/types.rbs', line 594 def inference_container_definitions @inference_container_definitions end |
#inference_containers ⇒ ::Array[Types::AutoMLContainerDefinition]
Returns the value of attribute inference_containers.
588 589 590 |
# File 'sig/types.rbs', line 588 def inference_containers @inference_containers end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
591 592 593 |
# File 'sig/types.rbs', line 591 def last_modified_time @last_modified_time end |
#objective_status ⇒ "Succeeded", ...
Returns the value of attribute objective_status.
585 586 587 |
# File 'sig/types.rbs', line 585 def objective_status @objective_status end |