aws.evidently.list_projects
Example SQL Queries
SELECT * FROMaws.evidently.list_projects;Description
Returns configuration details about all the projects in the current Region in your account.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| active_experiment_count The number of experiments currently in the project. | BIGINT |
| active_launch_count The number of ongoing launches currently in the project. | BIGINT |
| arn The name or ARN of the project. | VARCHAR |
| created_time The date and time that the project is created. | TIMESTAMP_S |
| description The description of the project. | VARCHAR |
| experiment_count The number of experiments currently in the project. | BIGINT |
| feature_count The number of features currently in the project. | BIGINT |
| last_updated_time The date and time that the project was most recently updated. | TIMESTAMP_S |
| launch_count The number of launches currently in the project, including launches that are ongoing, completed, and not started yet. | BIGINT |
| name The name of the project. | VARCHAR |
| status The current state of the project. | VARCHAR |
| tags The list of tag keys and values associated with this project. | MAP(VARCHAR, VARCHAR) |