interface ModelDashboardIndicatorActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnMonitoringScheduleAlertPropsMixin_ModelDashboardIndicatorActionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnMonitoringScheduleAlertPropsMixin » ModelDashboardIndicatorActionProperty |
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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const modelDashboardIndicatorActionProperty: sagemaker.CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty = {
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | Indicates whether the alert action is turned on. |
enabled?
Type:
boolean | IResolvable
(optional)
Indicates whether the alert action is turned on.

.NET
Go
Java
Python
TypeScript