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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 226

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

#create_timeTime

The time at which the audience model was created.

Returns:

  • (Time)


226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 226

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

#descriptionString

The description of the audience model.

Returns:

  • (String)


226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 226

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

#nameString

The name of the audience model.

Returns:

  • (String)


226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 226

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

#statusString

The status of the audience model.

Returns:

  • (String)


226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 226

class AudienceModelSummary < Struct.new(
  :create_time,
  :update_time,
  :audience_model_arn,
  :name,
  :training_dataset_arn,
  :status,
  :description)
  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)


226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 226

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

#update_timeTime

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

Returns:

  • (Time)


226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 226

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