Struct aws_sdk_sagemaker::model::monitoring_execution_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MonitoringExecutionSummary
Implementations
The name of the monitoring schedule.
The name of the monitoring schedule.
The time the monitoring job was scheduled.
The time the monitoring job was scheduled.
The time at which the monitoring job was created.
The time at which the monitoring job was created.
A timestamp that indicates the last time the monitoring job was modified.
A timestamp that indicates the last time the monitoring job was modified.
The status of the monitoring job.
The status of the monitoring job.
The Amazon Resource Name (ARN) of the monitoring job.
The Amazon Resource Name (ARN) of the monitoring job.
The name of the endpoint used to run the monitoring job.
The name of the endpoint used to run the monitoring job.
Contains the reason a monitoring job failed, if it failed.
Contains the reason a monitoring job failed, if it failed.
The name of the monitoring job.
The name of the monitoring job.
The type of the monitoring job.
The type of the monitoring job.
Consumes the builder and constructs a MonitoringExecutionSummary
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