Struct aws_sdk_sagemaker::types::MonitoringAlertActions
source · #[non_exhaustive]pub struct MonitoringAlertActions { /* private fields */ }
Expand description
A list of alert actions taken in response to an alert going into InAlert
status.
Implementations§
source§impl MonitoringAlertActions
impl MonitoringAlertActions
sourcepub fn model_dashboard_indicator(
&self
) -> Option<&ModelDashboardIndicatorAction>
pub fn model_dashboard_indicator( &self ) -> Option<&ModelDashboardIndicatorAction>
An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert
status.
source§impl MonitoringAlertActions
impl MonitoringAlertActions
sourcepub fn builder() -> MonitoringAlertActionsBuilder
pub fn builder() -> MonitoringAlertActionsBuilder
Creates a new builder-style object to manufacture MonitoringAlertActions
.
Trait Implementations§
source§impl Clone for MonitoringAlertActions
impl Clone for MonitoringAlertActions
source§fn clone(&self) -> MonitoringAlertActions
fn clone(&self) -> MonitoringAlertActions
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 MonitoringAlertActions
impl Debug for MonitoringAlertActions
source§impl PartialEq<MonitoringAlertActions> for MonitoringAlertActions
impl PartialEq<MonitoringAlertActions> for MonitoringAlertActions
source§fn eq(&self, other: &MonitoringAlertActions) -> bool
fn eq(&self, other: &MonitoringAlertActions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.