Class: Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsPercentiles

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

Overview

Contains percentile statistics for object type attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#p25Float

The 25th percentile value of the attribute.

Returns:

  • (Float)


4227
4228
4229
4230
4231
4232
4233
4234
4235
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4227

class GetObjectTypeAttributeStatisticsPercentiles < Struct.new(
  :p5,
  :p25,
  :p50,
  :p75,
  :p95)
  SENSITIVE = []
  include Aws::Structure
end

#p5Float

The 5th percentile value of the attribute.

Returns:

  • (Float)


4227
4228
4229
4230
4231
4232
4233
4234
4235
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4227

class GetObjectTypeAttributeStatisticsPercentiles < Struct.new(
  :p5,
  :p25,
  :p50,
  :p75,
  :p95)
  SENSITIVE = []
  include Aws::Structure
end

#p50Float

The 50th percentile (median) value of the attribute.

Returns:

  • (Float)


4227
4228
4229
4230
4231
4232
4233
4234
4235
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4227

class GetObjectTypeAttributeStatisticsPercentiles < Struct.new(
  :p5,
  :p25,
  :p50,
  :p75,
  :p95)
  SENSITIVE = []
  include Aws::Structure
end

#p75Float

The 75th percentile value of the attribute.

Returns:

  • (Float)


4227
4228
4229
4230
4231
4232
4233
4234
4235
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4227

class GetObjectTypeAttributeStatisticsPercentiles < Struct.new(
  :p5,
  :p25,
  :p50,
  :p75,
  :p95)
  SENSITIVE = []
  include Aws::Structure
end

#p95Float

The 95th percentile value of the attribute.

Returns:

  • (Float)


4227
4228
4229
4230
4231
4232
4233
4234
4235
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4227

class GetObjectTypeAttributeStatisticsPercentiles < Struct.new(
  :p5,
  :p25,
  :p50,
  :p75,
  :p95)
  SENSITIVE = []
  include Aws::Structure
end