Class: Aws::CleanRoomsML::Types::GetConfiguredAudienceModelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audience_model_arnString

The Amazon Resource Name (ARN) of the audience model used for this configured audience model.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#audience_size_configTypes::AudienceSizeConfig

The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize selected from this list. 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.



2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#child_resource_tag_on_create_policyString

Provides the childResourceTagOnCreatePolicy that was used for this configured audience model.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#configured_audience_model_arnString

The Amazon Resource Name (ARN) of the configured audience model.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the configured audience model was created.

Returns:

  • (Time)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the configured audience model.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#min_matching_seed_sizeInteger

The minimum number of users from the seed audience that must match with users in the training data of the audience model.

Returns:

  • (Integer)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configured audience model.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::ConfiguredAudienceModelOutputConfig

The output configuration of the configured audience model



2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#shared_audience_metricsArray<String>

Whether audience metrics are shared.

Returns:

  • (Array<String>)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the configured audience model.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags that are associated to this configured audience model.

Returns:

  • (Hash<String,String>)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the configured audience model was updated.

Returns:

  • (Time)


2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2456

class GetConfiguredAudienceModelResponse < Struct.new(
  :create_time,
  :update_time,
  :configured_audience_model_arn,
  :name,
  :audience_model_arn,
  :output_config,
  :description,
  :status,
  :shared_audience_metrics,
  :min_matching_seed_size,
  :audience_size_config,
  :tags,
  :child_resource_tag_on_create_policy)
  SENSITIVE = []
  include Aws::Structure
end