Struct aws_sdk_sagemaker::model::AutoMlJobConfig [−][src]
#[non_exhaustive]pub struct AutoMlJobConfig {
pub completion_criteria: Option<AutoMlJobCompletionCriteria>,
pub security_config: Option<AutoMlSecurityConfig>,
}
Expand description
A collection of settings used for an AutoML job.
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.completion_criteria: Option<AutoMlJobCompletionCriteria>
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
security_config: Option<AutoMlSecurityConfig>
The security configuration for traffic encryption or Amazon VPC settings.
Implementations
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
The security configuration for traffic encryption or Amazon VPC settings.
Creates a new builder-style object to manufacture AutoMlJobConfig
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 AutoMlJobConfig
impl Send for AutoMlJobConfig
impl Sync for AutoMlJobConfig
impl Unpin for AutoMlJobConfig
impl UnwindSafe for AutoMlJobConfig
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