Class: Aws::SageMaker::Types::ModelDashboardIndicatorAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether the alert action is turned on.

Returns:

  • (Boolean)


30849
30850
30851
30852
30853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30849

class ModelDashboardIndicatorAction < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end