Struct aws_sdk_sagemaker::model::ResolvedAttributes [−][src]
#[non_exhaustive]pub struct ResolvedAttributes {
pub auto_ml_job_objective: Option<AutoMlJobObjective>,
pub problem_type: Option<ProblemType>,
pub completion_criteria: Option<AutoMlJobCompletionCriteria>,
}
Expand description
The resolved attributes.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.auto_ml_job_objective: Option<AutoMlJobObjective>
Specifies a metric to minimize or maximize as the objective of a job.
problem_type: Option<ProblemType>
The problem type.
completion_criteria: Option<AutoMlJobCompletionCriteria>
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Implementations
Specifies a metric to minimize or maximize as the objective of a job.
The problem type.
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Creates a new builder-style object to manufacture ResolvedAttributes
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ResolvedAttributes
impl Send for ResolvedAttributes
impl Sync for ResolvedAttributes
impl Unpin for ResolvedAttributes
impl UnwindSafe for ResolvedAttributes
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