You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::AutoMLCandidate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLCandidate
- Defined in:
- (unknown)
Overview
An Autopilot job returns recommendations, or candidates. Each candidate has futher details about the steps involed, and the status.
Returned by:
Instance Attribute Summary collapse
-
#candidate_name ⇒ String
The candidate name.
-
#candidate_status ⇒ String
The candidate\'s status.
-
#candidate_steps ⇒ Array<Types::AutoMLCandidateStep>
The candidate\'s steps.
-
#creation_time ⇒ Time
The creation time.
-
#end_time ⇒ Time
The end time.
-
#failure_reason ⇒ String
The failure reason.
-
#final_auto_ml_job_objective_metric ⇒ Types::FinalAutoMLJobObjectiveMetric
The best candidate result from an AutoML training job.
.
-
#inference_containers ⇒ Array<Types::AutoMLContainerDefinition>
The inference containers.
-
#last_modified_time ⇒ Time
The last modified time.
-
#objective_status ⇒ String
The objective status.
Instance Attribute Details
#candidate_name ⇒ String
The candidate name.
#candidate_status ⇒ String
The candidate\'s status.
Possible values:
- Completed
- InProgress
- Failed
- Stopped
- Stopping
#candidate_steps ⇒ Array<Types::AutoMLCandidateStep>
The candidate\'s steps.
#creation_time ⇒ Time
The creation time.
#end_time ⇒ Time
The end time.
#failure_reason ⇒ String
The failure reason.
#final_auto_ml_job_objective_metric ⇒ Types::FinalAutoMLJobObjectiveMetric
The best candidate result from an AutoML training job.
#inference_containers ⇒ Array<Types::AutoMLContainerDefinition>
The inference containers.
#last_modified_time ⇒ Time
The last modified time.
#objective_status ⇒ String
The objective status.
Possible values:
- Succeeded
- Pending
- Failed