Amazon.PowerShell.Cmdlets.CWEVD.AmazonCloudWatchEvidentlyClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
An optional description of the experiment.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The name of the experiment to update.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | MetricGoals |
-OnlineAbConfig_ControlTreatmentName <
String>
The name of the variation that is to be the default variation that the other variations are compared to.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A set of key-value pairs. The keys are variation names, and the values are the portion of experiment traffic to be assigned to that variation. Specify the traffic portion in thousandths of a percent, so 20,000 for a variation would allocate 20% of the experiment traffic to that variation.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | OnlineAbConfig_TreatmentWeights |
The name or ARN of the project that contains the experiment that you want to update.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the experiment name as the randomizationSalt.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Removes a segment from being used in an experiment. You can't use this parameter if the experiment is currently running.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SamplingRate <Int64>
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent. The available audience is the total audience minus the audience that you have allocated to overrides or current launches of this feature.This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the available audience.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Adds an audience segment to an experiment. When a segment is used in an experiment, only user sessions that match the segment pattern are used in the experiment. You can't use this parameter if the experiment is currently running.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'Experiment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudWatchEvidently.Model.UpdateExperimentResponse). Specifying the name of a property of type Amazon.CloudWatchEvidently.Model.UpdateExperimentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
An array of structures that define the variations being tested in the experiment.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Treatments |