Struct aws_sdk_sagemaker::model::monitoring_schedule_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MonitoringScheduleSummary
Implementations
The name of the monitoring schedule.
The name of the monitoring schedule.
The Amazon Resource Name (ARN) of the monitoring schedule.
The Amazon Resource Name (ARN) of the monitoring schedule.
The creation time of the monitoring schedule.
The creation time of the monitoring schedule.
The last time the monitoring schedule was modified.
The last time the monitoring schedule was modified.
The status of the monitoring schedule.
The status of the monitoring schedule.
The name of the endpoint using the monitoring schedule.
The name of the endpoint using the monitoring schedule.
The name of the monitoring job definition that the schedule is for.
The name of the monitoring job definition that the schedule is for.
The type of the monitoring job definition that the schedule is for.
The type of the monitoring job definition that the schedule is for.
Consumes the builder and constructs a MonitoringScheduleSummary
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