aws.cleanroomsml.get_audience_model
Example SQL Queries
SELECT * FROMaws.cleanroomsml.get_audience_modelWHERE"audience_model_arn" = 'VALUE';Description
Returns information about an audience model
Table Definition
| Column Name | Column Data Type |
|---|---|
| audience_model_arn Required Input Column The Amazon Resource Name (ARN) of the audience model. | VARCHAR |
| _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
| |
| create_time The time at which the audience model was created. | TIMESTAMP_S |
| description The description of the audience model. | VARCHAR |
| kms_key_arn The KMS key ARN used for the audience model. | VARCHAR |
| name The name of the audience model. | VARCHAR |
| status The status of the audience model. | VARCHAR |
| status_details Details about the status of the audience model. | STRUCT( |
Show child fields
| |
| tags The tags that are assigned to the audience model. | MAP(VARCHAR, VARCHAR) |
| training_data_end_time The end date specified for the training window. | TIMESTAMP_S |
| training_data_start_time The start date specified for the training window. | TIMESTAMP_S |
| training_dataset_arn The Amazon Resource Name (ARN) of the training dataset that was used for this audience model. | VARCHAR |
| update_time The most recent time at which the audience model was updated. | TIMESTAMP_S |