Class: Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsStats
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Statistical measurements for object type attributes including basic statistics and percentiles.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#average ⇒ Float
The arithmetic mean of the attribute values.
-
#maximum ⇒ Float
The maximum value found in the attribute dataset.
-
#minimum ⇒ Float
The minimum value found in the attribute dataset.
-
#percentiles ⇒ Types::GetObjectTypeAttributeStatisticsPercentiles
Percentile distribution statistics for the attribute values.
-
#standard_deviation ⇒ Float
The standard deviation of the attribute values, measuring their spread around the mean.
Instance Attribute Details
#average ⇒ Float
The arithmetic mean of the attribute values.
4214 4215 4216 4217 4218 4219 4220 4221 4222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214 class GetObjectTypeAttributeStatisticsStats < Struct.new( :maximum, :minimum, :average, :standard_deviation, :percentiles) SENSITIVE = [] include Aws::Structure end |
#maximum ⇒ Float
The maximum value found in the attribute dataset.
4214 4215 4216 4217 4218 4219 4220 4221 4222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214 class GetObjectTypeAttributeStatisticsStats < Struct.new( :maximum, :minimum, :average, :standard_deviation, :percentiles) SENSITIVE = [] include Aws::Structure end |
#minimum ⇒ Float
The minimum value found in the attribute dataset.
4214 4215 4216 4217 4218 4219 4220 4221 4222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214 class GetObjectTypeAttributeStatisticsStats < Struct.new( :maximum, :minimum, :average, :standard_deviation, :percentiles) SENSITIVE = [] include Aws::Structure end |
#percentiles ⇒ Types::GetObjectTypeAttributeStatisticsPercentiles
Percentile distribution statistics for the attribute values.
4214 4215 4216 4217 4218 4219 4220 4221 4222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214 class GetObjectTypeAttributeStatisticsStats < Struct.new( :maximum, :minimum, :average, :standard_deviation, :percentiles) SENSITIVE = [] include Aws::Structure end |
#standard_deviation ⇒ Float
The standard deviation of the attribute values, measuring their spread around the mean.
4214 4215 4216 4217 4218 4219 4220 4221 4222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4214 class GetObjectTypeAttributeStatisticsStats < Struct.new( :maximum, :minimum, :average, :standard_deviation, :percentiles) SENSITIVE = [] include Aws::Structure end |