Class: Aws::CleanRoomsML::Types::AudienceModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::AudienceModelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Information about the audience model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model.
-
#create_time ⇒ Time
The time at which the audience model was created.
-
#description ⇒ String
The description of the audience model.
-
#name ⇒ String
The name of the audience model.
-
#status ⇒ String
The status of the audience model.
-
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
-
#update_time ⇒ Time
The most recent time at which the audience model was updated.
Instance Attribute Details
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model.
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_time ⇒ Time
The time at which the audience model was created.
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 |
#description ⇒ String
The description of the audience model.
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 |
#name ⇒ String
The name of the audience model.
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 |
#status ⇒ String
The status of the audience model.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
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_time ⇒ Time
The most recent time at which the audience model was updated.
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 |