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)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

class GetConfiguredAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :audience_size_config,
  :child_resource_tag_on_create_policy,
  :configured_audience_model_arn,
  :create_time,
  :description,
  :min_matching_seed_size,
  :name,
  :output_config,
  :shared_audience_metrics,
  :status,
  :tags,
  :update_time)
  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.



1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#child_resource_tag_on_create_policyString

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

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#configured_audience_model_arnString

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

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#create_timeTime

The time at which the configured audience model was created.

Returns:

  • (Time)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#descriptionString

The description of the configured audience model.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

class GetConfiguredAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :audience_size_config,
  :child_resource_tag_on_create_policy,
  :configured_audience_model_arn,
  :create_time,
  :description,
  :min_matching_seed_size,
  :name,
  :output_config,
  :shared_audience_metrics,
  :status,
  :tags,
  :update_time)
  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)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#nameString

The name of the configured audience model.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#output_configTypes::ConfiguredAudienceModelOutputConfig

The output configuration of the configured audience model



1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#shared_audience_metricsArray<String>

Whether audience metrics are shared.

Returns:

  • (Array<String>)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#statusString

The status of the configured audience model.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#tagsHash<String,String>

The tags that are associated to this configured audience model.

Returns:

  • (Hash<String,String>)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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

#update_timeTime

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

Returns:

  • (Time)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1111

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