experiment
Gets an individual experiment
resource
Overview
Name | experiment |
Type | Resource |
Description | experiment |
Id | awscc.evidently.experiment |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
name | string | |
project | string | |
description | string | |
running_status | object | Start Experiment. Default is False |
randomization_salt | string | |
treatments | array | |
metric_goals | array | |
sampling_rate | integer | |
online_ab_config | object | |
segment | string | |
remove_segment | boolean | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
name,
project,
description,
running_status,
randomization_salt,
treatments,
metric_goals,
sampling_rate,
online_ab_config,
segment,
remove_segment,
tags
FROM awscc.evidently.experiment
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the experiment
resource, the following permissions are required:
Read
evidently:GetExperiment,
evidently:ListTagsForResource
Update
evidently:UpdateExperiment,
evidently:TagResource,
evidently:UntagResource,
evidently:GetExperiment,
evidently:StartExperiment,
evidently:StopExperiment
Delete
evidently:DeleteExperiment,
evidently:UntagResource,
evidently:GetExperiment