Class: Aws::CleanRoomsML::Types::AudienceSizeConfig

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

Overview

Returns the relevance scores at these audience sizes when used in the GetAudienceGenerationJob for a specified audience generation job and configured audience model.

Specifies the list of allowed audienceSize values when used in the StartAudienceExportJob for an audience generation job. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audience_size_binsArray<Integer>

An array of the different audience output sizes.

Returns:

  • (Array<Integer>)


379
380
381
382
383
384
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 379

class AudienceSizeConfig < Struct.new(
  :audience_size_type,
  :audience_size_bins)
  SENSITIVE = []
  include Aws::Structure
end

#audience_size_typeString

Whether the audience output sizes are defined as an absolute number or a percentage.

Returns:

  • (String)


379
380
381
382
383
384
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 379

class AudienceSizeConfig < Struct.new(
  :audience_size_type,
  :audience_size_bins)
  SENSITIVE = []
  include Aws::Structure
end