Class: Aws::CleanRoomsML::Types::RelevanceMetric

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

Overview

The relevance score of a generated audience.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audience_sizeTypes::AudienceSize

The size of the generated audience. Must match one of the sizes in the configured audience model.

Returns:



4767
4768
4769
4770
4771
4772
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4767

class RelevanceMetric < Struct.new(
  :audience_size,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreFloat

The relevance score of the generated audience.

Returns:

  • (Float)


4767
4768
4769
4770
4771
4772
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4767

class RelevanceMetric < Struct.new(
  :audience_size,
  :score)
  SENSITIVE = []
  include Aws::Structure
end