Class: Aws::LookoutEquipment::Types::InsufficientSensorData

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

Overview

Entity that comprises aggregated information on sensors having insufficient data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#missing_complete_sensor_dataTypes::MissingCompleteSensorData

Parameter that describes the total number of sensors that have data completely missing for it.



2607
2608
2609
2610
2611
2612
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2607

class InsufficientSensorData < Struct.new(
  :missing_complete_sensor_data,
  :sensors_with_short_date_range)
  SENSITIVE = []
  include Aws::Structure
end

#sensors_with_short_date_rangeTypes::SensorsWithShortDateRange

Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.



2607
2608
2609
2610
2611
2612
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2607

class InsufficientSensorData < Struct.new(
  :missing_complete_sensor_data,
  :sensors_with_short_date_range)
  SENSITIVE = []
  include Aws::Structure
end