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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#p25Float

The 25th percentile value of the attribute.

Returns:

  • (Float)


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

#p5Float

The 5th percentile value of the attribute.

Returns:

  • (Float)


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

#p50Float

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

Returns:

  • (Float)


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

#p75Float

The 75th percentile value of the attribute.

Returns:

  • (Float)


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

#p95Float

The 95th percentile value of the attribute.

Returns:

  • (Float)


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