aws.evidently.list_segment_references
Example SQL Queries
SELECT * FROMaws.evidently.list_segment_referencesWHERE"segment" = 'VALUE'AND "type" = 'VALUE';Description
Use this operation to find which experiments or launches are using a specified segment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| segment Required Input Column The ARN of the segment that you want to view information for. | VARCHAR |
| type Required Input Column Specifies whether the resource that this structure contains information about is an experiment or a launch. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the experiment or launch. | VARCHAR |
| end_time The day and time that this experiment or launch ended. | VARCHAR |
| last_updated_on The day and time that this experiment or launch was most recently updated. | VARCHAR |
| name The name of the experiment or launch. | VARCHAR |
| start_time The day and time that this experiment or launch started. | VARCHAR |
| status The status of the experiment or launch. | VARCHAR |