Struct aws_sdk_sagemaker::model::monitoring_stopping_condition::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MonitoringStoppingCondition
Implementations
The maximum runtime allowed in seconds.
The MaxRuntimeInSeconds
cannot exceed the frequency of the job. For data quality and
model explainability, this can be up to 3600 seconds for an hourly schedule. For model
bias and model quality hourly schedules, this can be up to 1800 seconds.
The maximum runtime allowed in seconds.
The MaxRuntimeInSeconds
cannot exceed the frequency of the job. For data quality and
model explainability, this can be up to 3600 seconds for an hourly schedule. For model
bias and model quality hourly schedules, this can be up to 1800 seconds.
Consumes the builder and constructs a MonitoringStoppingCondition
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