Interface CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.Jsii$Proxy
- Enclosing class:
CfnMonitoringScheduleAlertPropsMixin
@Stability(Stable)
public static interface CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty
extends software.amazon.jsii.JsiiSerializable
An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
ModelDashboardIndicatorActionProperty modelDashboardIndicatorActionProperty = ModelDashboardIndicatorActionProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Indicates whether the alert action is turned on.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.Builder builder()
-