Struct aws_sdk_sagemaker::model::MonitoringScheduleConfig
source · #[non_exhaustive]pub struct MonitoringScheduleConfig { /* private fields */ }
Expand description
Configures the monitoring schedule and defines the monitoring job.
Implementations§
source§impl MonitoringScheduleConfig
impl MonitoringScheduleConfig
sourcepub fn schedule_config(&self) -> Option<&ScheduleConfig>
pub fn schedule_config(&self) -> Option<&ScheduleConfig>
Configures the monitoring schedule.
sourcepub fn monitoring_job_definition(&self) -> Option<&MonitoringJobDefinition>
pub fn monitoring_job_definition(&self) -> Option<&MonitoringJobDefinition>
Defines the monitoring job.
sourcepub fn monitoring_job_definition_name(&self) -> Option<&str>
pub fn monitoring_job_definition_name(&self) -> Option<&str>
The name of the monitoring job definition to schedule.
sourcepub fn monitoring_type(&self) -> Option<&MonitoringType>
pub fn monitoring_type(&self) -> Option<&MonitoringType>
The type of the monitoring job definition to schedule.
source§impl MonitoringScheduleConfig
impl MonitoringScheduleConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitoringScheduleConfig
.
Trait Implementations§
source§impl Clone for MonitoringScheduleConfig
impl Clone for MonitoringScheduleConfig
source§fn clone(&self) -> MonitoringScheduleConfig
fn clone(&self) -> MonitoringScheduleConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MonitoringScheduleConfig
impl Debug for MonitoringScheduleConfig
source§impl PartialEq<MonitoringScheduleConfig> for MonitoringScheduleConfig
impl PartialEq<MonitoringScheduleConfig> for MonitoringScheduleConfig
source§fn eq(&self, other: &MonitoringScheduleConfig) -> bool
fn eq(&self, other: &MonitoringScheduleConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.