interface ModelDashboardIndicatorActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnMonitoringScheduleAlert.ModelDashboardIndicatorActionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnMonitoringScheduleAlert_ModelDashboardIndicatorActionProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnMonitoringScheduleAlert.ModelDashboardIndicatorActionProperty |
Python | aws_cdk.aws_sagemaker.CfnMonitoringScheduleAlert.ModelDashboardIndicatorActionProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnMonitoringScheduleAlert » 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-lib';
const modelDashboardIndicatorActionProperty: sagemaker.CfnMonitoringScheduleAlert.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