aws.cleanroomsml.list_configured_audience_models
Example SQL Queries
SELECT * FROMaws.cleanroomsml.list_configured_audience_models;Description
Returns a list of the configured 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 that was used to create the configured audience model. | VARCHAR |
| configured_audience_model_arn The Amazon Resource Name (ARN) of the configured audience model that you are interested in. | VARCHAR |
| create_time The time at which the configured audience model was created. | TIMESTAMP_S |
| description The description of the configured audience model. | VARCHAR |
| name The name of the configured audience model. | VARCHAR |
| output_config The output configuration of the configured audience model. | STRUCT( |
Show child fields
| |
| status The status of the configured audience model. | VARCHAR |
| update_time The most recent time at which the configured audience model was updated. | TIMESTAMP_S |