Class: Aws::CleanRoomsML::Types::RelevanceMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::RelevanceMetric
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
The relevance score of a generated audience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_size ⇒ Types::AudienceSize
The size of the generated audience.
-
#score ⇒ Float
The relevance score of the generated audience.
Instance Attribute Details
#audience_size ⇒ Types::AudienceSize
The size of the generated audience. Must match one of the sizes in the configured audience model.
4434 4435 4436 4437 4438 4439 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4434 class RelevanceMetric < Struct.new( :audience_size, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The relevance score of the generated audience.
4434 4435 4436 4437 4438 4439 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4434 class RelevanceMetric < Struct.new( :audience_size, :score) SENSITIVE = [] include Aws::Structure end |