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:



1503
1504
1505
1506
1507
1508
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1503

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

#scoreFloat

The relevance score of the generated audience.

Returns:

  • (Float)


1503
1504
1505
1506
1507
1508
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1503

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