Struct aws_sdk_sagemaker::model::candidate_properties::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CandidateProperties
Implementations
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
pub fn set_candidate_artifact_locations(
self,
input: Option<CandidateArtifactLocations>
) -> Self
pub fn set_candidate_artifact_locations(
self,
input: Option<CandidateArtifactLocations>
) -> Self
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
Appends an item to candidate_metrics
.
To override the contents of this collection use set_candidate_metrics
.
Information about the candidate metrics for an AutoML job.
Information about the candidate metrics for an AutoML job.
Consumes the builder and constructs a CandidateProperties
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