aws.cleanroomsml.list_audience_generation_jobs
Example SQL Queries
SELECT * FROMaws.cleanroomsml.list_audience_generation_jobs;Description
Returns a list of audience generation jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_id Input Column The identifier of the collaboration that contains this audience generation job. | VARCHAR |
| configured_audience_model_arn Input Column The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job. | 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
| |
| audience_generation_job_arn The Amazon Resource Name (ARN) of the audience generation job. | VARCHAR |
| create_time The time at which the audience generation job was created. | TIMESTAMP_S |
| description The description of the audience generation job. | VARCHAR |
| name The name of the audience generation job. | VARCHAR |
| started_by The AWS Account that submitted the job. | VARCHAR |
| status The status of the audience generation job. | VARCHAR |
| update_time The most recent time at which the audience generation job was updated. | TIMESTAMP_S |