Struct aws_sdk_sagemaker::model::MonitoringStoppingCondition [−][src]
#[non_exhaustive]pub struct MonitoringStoppingCondition {
pub max_runtime_in_seconds: i32,
}
Expand description
A time limit for how long the monitoring job is allowed to run before stopping.
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.max_runtime_in_seconds: i32
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.
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.
Creates a new builder-style object to manufacture MonitoringStoppingCondition
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 MonitoringStoppingCondition
impl Send for MonitoringStoppingCondition
impl Sync for MonitoringStoppingCondition
impl Unpin for MonitoringStoppingCondition
impl UnwindSafe for MonitoringStoppingCondition
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