aws.cleanroomsml.list_audience_models
Example SQL Queries
SELECT * FROMaws.cleanroomsml.list_audience_models;Description
Returns a list of audience models.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| audience_model_arn The Amazon Resource Name (ARN) of the audience model. | VARCHAR |
| create_time The time at which the audience model was created. | TIMESTAMP_S |
| description The description of the audience model. | VARCHAR |
| name The name of the audience model. | VARCHAR |
| status The status of the audience model. | VARCHAR |
| training_dataset_arn The Amazon Resource Name (ARN) of the training dataset that was used for the audience model. | VARCHAR |
| update_time The most recent time at which the audience model was updated. | TIMESTAMP_S |