@Stability(value=Stable) @Internal public static final class CfnExperimentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnExperimentProps
CfnExperimentPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnExperimentProps.Builder, CfnExperimentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnExperimentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnExperimentProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
An optional description of the experiment.
|
Object |
getMetricGoals()
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.
|
String |
getName()
A name for the new experiment.
|
Object |
getOnlineAbConfig()
A structure that contains the configuration of which variation to use as the "control" version.
|
String |
getProject()
The name or the ARN of the project where this experiment is to be created.
|
String |
getRandomizationSalt()
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.
|
Object |
getRemoveSegment()
`AWS::Evidently::Experiment.RemoveSegment`.
|
Object |
getRunningStatus()
A structure that you can use to start and stop the experiment.
|
Number |
getSamplingRate()
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.
|
String |
getSegment()
`AWS::Evidently::Experiment.Segment`.
|
List<CfnTag> |
getTags()
Assigns one or more tags (key-value pairs) to the experiment.
|
Object |
getTreatments()
An array of structures that describe the configuration of each feature variation used in the experiment.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnExperimentProps.Builder builder)
CfnExperimentProps.Builder.public final Object getMetricGoals()
CfnExperimentPropsYou can use up to three metrics in an experiment.
getMetricGoals in interface CfnExperimentPropspublic final String getName()
CfnExperimentPropsgetName in interface CfnExperimentPropspublic final Object getOnlineAbConfig()
CfnExperimentPropsThe "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.
getOnlineAbConfig in interface CfnExperimentPropspublic final String getProject()
CfnExperimentPropsgetProject in interface CfnExperimentPropspublic final Object getTreatments()
CfnExperimentPropsgetTreatments in interface CfnExperimentPropspublic final String getDescription()
CfnExperimentPropsgetDescription in interface CfnExperimentPropspublic final String getRandomizationSalt()
CfnExperimentProps
This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the experiment name as the randomizationSalt .
getRandomizationSalt in interface CfnExperimentPropspublic final Object getRemoveSegment()
CfnExperimentPropsgetRemoveSegment in interface CfnExperimentPropspublic final Object getRunningStatus()
CfnExperimentPropsgetRunningStatus in interface CfnExperimentPropspublic final Number getSamplingRate()
CfnExperimentPropsThe 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 10,000 to allocate 10% of the available audience.
getSamplingRate in interface CfnExperimentPropspublic final String getSegment()
CfnExperimentPropsgetSegment in interface CfnExperimentPropspublic final List<CfnTag> getTags()
CfnExperimentPropsTags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with an experiment.
For more information, see Tagging AWS resources .
getTags in interface CfnExperimentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.