Class: Aws::CleanRoomsML::Types::AudienceModelSummary

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

Overview

Information about the audience model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audience_model_arnString

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

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
225
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 215

class AudienceModelSummary < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :name,
  :status,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the audience model was created.

Returns:

  • (Time)


215
216
217
218
219
220
221
222
223
224
225
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 215

class AudienceModelSummary < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :name,
  :status,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the audience model.

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
225
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 215

class AudienceModelSummary < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :name,
  :status,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the audience model.

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
225
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 215

class AudienceModelSummary < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :name,
  :status,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the audience model.

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
225
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 215

class AudienceModelSummary < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :name,
  :status,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#training_dataset_arnString

The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
225
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 215

class AudienceModelSummary < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :name,
  :status,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

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

Returns:

  • (Time)


215
216
217
218
219
220
221
222
223
224
225
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 215

class AudienceModelSummary < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :name,
  :status,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end