Struct aws_sdk_sagemaker::model::MonitoringScheduleSummary [−][src]
#[non_exhaustive]pub struct MonitoringScheduleSummary {
pub monitoring_schedule_name: Option<String>,
pub monitoring_schedule_arn: Option<String>,
pub creation_time: Option<DateTime>,
pub last_modified_time: Option<DateTime>,
pub monitoring_schedule_status: Option<ScheduleStatus>,
pub endpoint_name: Option<String>,
pub monitoring_job_definition_name: Option<String>,
pub monitoring_type: Option<MonitoringType>,
}
Expand description
Summarizes the monitoring schedule.
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.monitoring_schedule_name: Option<String>
The name of the monitoring schedule.
monitoring_schedule_arn: Option<String>
The Amazon Resource Name (ARN) of the monitoring schedule.
creation_time: Option<DateTime>
The creation time of the monitoring schedule.
last_modified_time: Option<DateTime>
The last time the monitoring schedule was modified.
monitoring_schedule_status: Option<ScheduleStatus>
The status of the monitoring schedule.
endpoint_name: Option<String>
The name of the endpoint using the monitoring schedule.
monitoring_job_definition_name: Option<String>
The name of the monitoring job definition that the schedule is for.
monitoring_type: Option<MonitoringType>
The type of the monitoring job definition that the schedule is for.
Implementations
The name of the monitoring schedule.
The Amazon Resource Name (ARN) of the monitoring schedule.
The creation time of the monitoring schedule.
The last time the monitoring schedule was modified.
The status of 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 type of the monitoring job definition that the schedule is for.
Creates a new builder-style object to manufacture MonitoringScheduleSummary
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 MonitoringScheduleSummary
impl Send for MonitoringScheduleSummary
impl Sync for MonitoringScheduleSummary
impl Unpin for MonitoringScheduleSummary
impl UnwindSafe for MonitoringScheduleSummary
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