Class: Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsPercentiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsPercentiles
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Contains percentile statistics for object type attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#p25 ⇒ Float
The 25th percentile value of the attribute.
-
#p5 ⇒ Float
The 5th percentile value of the attribute.
-
#p50 ⇒ Float
The 50th percentile (median) value of the attribute.
-
#p75 ⇒ Float
The 75th percentile value of the attribute.
-
#p95 ⇒ Float
The 95th percentile value of the attribute.
Instance Attribute Details
#p25 ⇒ Float
The 25th percentile value of the attribute.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4139 class GetObjectTypeAttributeStatisticsPercentiles < Struct.new( :p5, :p25, :p50, :p75, :p95) SENSITIVE = [] include Aws::Structure end |
#p5 ⇒ Float
The 5th percentile value of the attribute.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4139 class GetObjectTypeAttributeStatisticsPercentiles < Struct.new( :p5, :p25, :p50, :p75, :p95) SENSITIVE = [] include Aws::Structure end |
#p50 ⇒ Float
The 50th percentile (median) value of the attribute.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4139 class GetObjectTypeAttributeStatisticsPercentiles < Struct.new( :p5, :p25, :p50, :p75, :p95) SENSITIVE = [] include Aws::Structure end |
#p75 ⇒ Float
The 75th percentile value of the attribute.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4139 class GetObjectTypeAttributeStatisticsPercentiles < Struct.new( :p5, :p25, :p50, :p75, :p95) SENSITIVE = [] include Aws::Structure end |
#p95 ⇒ Float
The 95th percentile value of the attribute.
4139 4140 4141 4142 4143 4144 4145 4146 4147 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4139 class GetObjectTypeAttributeStatisticsPercentiles < Struct.new( :p5, :p25, :p50, :p75, :p95) SENSITIVE = [] include Aws::Structure end |