Class: Aws::IoTSiteWise::Types::ComputationModelAnomalyDetectionConfiguration

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

Overview

Contains the configuration of the type of anomaly detection computation model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_propertiesString

Define the variable name associated with input properties, with the following format ${VariableName}.

Returns:

  • (String)


2596
2597
2598
2599
2600
2601
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2596

class ComputationModelAnomalyDetectionConfiguration < Struct.new(
  :input_properties,
  :result_property)
  SENSITIVE = []
  include Aws::Structure
end

#result_propertyString

Define the variable name associated with the result property, and the following format ${VariableName}.

Returns:

  • (String)


2596
2597
2598
2599
2600
2601
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2596

class ComputationModelAnomalyDetectionConfiguration < Struct.new(
  :input_properties,
  :result_property)
  SENSITIVE = []
  include Aws::Structure
end