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.
598 599 600 |
# File 'sig/types.rbs', line 598 def candidate_name @candidate_name end |
#candidate_properties ⇒ Types::CandidateProperties
Returns the value of attribute candidate_properties.
608 609 610 |
# File 'sig/types.rbs', line 608 def candidate_properties @candidate_properties end |
#candidate_status ⇒ "Completed", ...
Returns the value of attribute candidate_status.
602 603 604 |
# File 'sig/types.rbs', line 602 def candidate_status @candidate_status end |
#candidate_steps ⇒ ::Array[Types::AutoMLCandidateStep]
Returns the value of attribute candidate_steps.
601 602 603 |
# File 'sig/types.rbs', line 601 def candidate_steps @candidate_steps end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
604 605 606 |
# File 'sig/types.rbs', line 604 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
605 606 607 |
# File 'sig/types.rbs', line 605 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
607 608 609 |
# File 'sig/types.rbs', line 607 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.
599 600 601 |
# File 'sig/types.rbs', line 599 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.
609 610 611 |
# File 'sig/types.rbs', line 609 def inference_container_definitions @inference_container_definitions end |
#inference_containers ⇒ ::Array[Types::AutoMLContainerDefinition]
Returns the value of attribute inference_containers.
603 604 605 |
# File 'sig/types.rbs', line 603 def inference_containers @inference_containers end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
606 607 608 |
# File 'sig/types.rbs', line 606 def last_modified_time @last_modified_time end |
#objective_status ⇒ "Succeeded", ...
Returns the value of attribute objective_status.
600 601 602 |
# File 'sig/types.rbs', line 600 def objective_status @objective_status end |