interface MonitoringAlertActionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnMonitoringScheduleAlertPropsMixin_MonitoringAlertActionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnMonitoringScheduleAlertPropsMixin » MonitoringAlertActionsProperty |
A list of alert actions taken in response to an alert going 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 monitoringAlertActionsProperty: sagemaker.CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty = {
modelDashboardIndicator: {
enabled: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| model | IResolvable | Model | An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status. |
modelDashboardIndicator?
Type:
IResolvable | Model
(optional)
An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.

.NET
Go
Java
Python
TypeScript