Class: Aws::LookoutEquipment::Types::SensorStatisticsSummary

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

Overview

Summary of ingestion statistics like whether data exists, number of missing values, number of invalid values and so on related to the particular sensor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categorical_valuesTypes::CategoricalValues

Parameter that describes potential risk about whether data associated with the sensor is categorical.



3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

Name of the component to which the particular sensor belongs for which the statistics belong to.

Returns:

  • (String)


3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#data_end_timeTime

Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.

Returns:

  • (Time)


3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#data_existsBoolean

Parameter that indicates whether data exists for the sensor that the statistics belong to.

Returns:

  • (Boolean)


3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#data_start_timeTime

Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.

Returns:

  • (Time)


3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#duplicate_timestampsTypes::CountPercent

Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.

Returns:



3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#invalid_date_entriesTypes::CountPercent

Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.

Returns:



3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#invalid_valuesTypes::CountPercent

Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.

Returns:



3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#large_timestamp_gapsTypes::LargeTimestampGaps

Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.



3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#missing_valuesTypes::CountPercent

Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.

Returns:



3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#monotonic_valuesTypes::MonotonicValues

Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.



3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#multiple_operating_modesTypes::MultipleOperatingModes

Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.



3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#sensor_nameString

Name of the sensor that the statistics belong to.

Returns:

  • (String)


3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3742

class SensorStatisticsSummary < Struct.new(
  :component_name,
  :sensor_name,
  :data_exists,
  :missing_values,
  :invalid_values,
  :invalid_date_entries,
  :duplicate_timestamps,
  :categorical_values,
  :multiple_operating_modes,
  :large_timestamp_gaps,
  :monotonic_values,
  :data_start_time,
  :data_end_time)
  SENSITIVE = []
  include Aws::Structure
end