Struct aws_sdk_sagemaker::model::monitoring_alert_actions::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MonitoringAlertActions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn model_dashboard_indicator(
self,
input: ModelDashboardIndicatorAction
) -> Self
pub fn model_dashboard_indicator(
self,
input: ModelDashboardIndicatorAction
) -> Self
An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert
status.
sourcepub fn set_model_dashboard_indicator(
self,
input: Option<ModelDashboardIndicatorAction>
) -> Self
pub fn set_model_dashboard_indicator(
self,
input: Option<ModelDashboardIndicatorAction>
) -> Self
An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert
status.
sourcepub fn build(self) -> MonitoringAlertActions
pub fn build(self) -> MonitoringAlertActions
Consumes the builder and constructs a MonitoringAlertActions
.