Class: Aws::CleanRoomsML::Types::GetConfiguredAudienceModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetConfiguredAudienceModelResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model used for this configured audience model.
-
#audience_size_config ⇒ Types::AudienceSizeConfig
The list of output sizes of audiences that can be created using this configured audience model.
-
#child_resource_tag_on_create_policy ⇒ String
Provides the
childResourceTagOnCreatePolicy
that was used for this configured audience model. -
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model.
-
#create_time ⇒ Time
The time at which the configured audience model was created.
-
#description ⇒ String
The description of the configured audience model.
-
#min_matching_seed_size ⇒ Integer
The minimum number of users from the seed audience that must match with users in the training data of the audience model.
-
#name ⇒ String
The name of the configured audience model.
-
#output_config ⇒ Types::ConfiguredAudienceModelOutputConfig
The output configuration of the configured audience model.
-
#shared_audience_metrics ⇒ Array<String>
Whether audience metrics are shared.
-
#status ⇒ String
The status of the configured audience model.
-
#tags ⇒ Hash<String,String>
The tags that are associated to this configured audience model.
-
#update_time ⇒ Time
The most recent time at which the configured audience model was updated.
Instance Attribute Details
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model used for this configured audience model.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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_config ⇒ Types::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.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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_policy ⇒ String
Provides the childResourceTagOnCreatePolicy
that was used for this
configured audience model.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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_time ⇒ Time
The time at which the configured audience model was created.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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 |
#description ⇒ String
The description of the configured audience model.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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_size ⇒ Integer
The minimum number of users from the seed audience that must match with users in the training data of the audience model.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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 |
#name ⇒ String
The name of the configured audience model.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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_config ⇒ Types::ConfiguredAudienceModelOutputConfig
The output configuration of the configured audience model
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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_metrics ⇒ Array<String>
Whether audience metrics are shared.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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 |
#status ⇒ String
The status of the configured audience model.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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 |
#tags ⇒ Hash<String,String>
The tags that are associated to this configured audience model.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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_time ⇒ Time
The most recent time at which the configured audience model was updated.
2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2571 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 |