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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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.



3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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)


3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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)


3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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)


3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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)


3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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:



3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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:



3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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:



3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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.



3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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:



3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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.



3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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.



3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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)


3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3962

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