Struct aws_sdk_sagemaker::input::update_monitoring_schedule_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateMonitoringScheduleInput
Implementations
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
The configuration object that specifies the monitoring schedule and defines the monitoring job.
The configuration object that specifies the monitoring schedule and defines the monitoring job.
Consumes the builder and constructs a UpdateMonitoringScheduleInput
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