Struct aws_sdk_sagemaker::model::auto_ml_candidate::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AutoMlCandidate
Implementations
The name of the candidate.
The name of the candidate.
The best candidate result from an AutoML training job.
pub fn set_final_auto_ml_job_objective_metric(
self,
input: Option<FinalAutoMlJobObjectiveMetric>
) -> Self
pub fn set_final_auto_ml_job_objective_metric(
self,
input: Option<FinalAutoMlJobObjectiveMetric>
) -> Self
The best candidate result from an AutoML training job.
The objective's status.
The objective's status.
Appends an item to candidate_steps
.
To override the contents of this collection use set_candidate_steps
.
Information about the candidate's steps.
Information about the candidate's steps.
The candidate's status.
The candidate's status.
Appends an item to inference_containers
.
To override the contents of this collection use set_inference_containers
.
Information about the inference container definitions.
Information about the inference container definitions.
The creation time.
The creation time.
The end time.
The last modified time.
The last modified time.
The failure reason.
The failure reason.
The properties of an AutoML candidate job.
The properties of an AutoML candidate job.
Consumes the builder and constructs a AutoMlCandidate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more