Class CfnExperimentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentProps
CfnExperimentProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.evidently.CfnExperimentProps
CfnExperimentProps.Builder, CfnExperimentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnExperimentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnExperimentProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
An optional description of the experiment.final Object
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.final String
getName()
A name for the new experiment.final Object
A structure that contains the configuration of which variation to use as the "control" version.final String
The name or the ARN of the project where this experiment is to be created.final String
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.final Object
Set this totrue
to remove the segment that is associated with this experiment.final Object
A structure that you can use to start and stop the experiment.final Number
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.final String
Specifies an audience segment to use in the experiment.getTags()
Assigns one or more tags (key-value pairs) to the experiment.final Object
An array of structures that describe the configuration of each feature variation used in the experiment.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnExperimentProps.Builder
.
-
-
Method Details
-
getMetricGoals
Description copied from interface:CfnExperimentProps
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.You can use up to three metrics in an experiment.
- Specified by:
getMetricGoals
in interfaceCfnExperimentProps
- See Also:
-
getName
Description copied from interface:CfnExperimentProps
A name for the new experiment.- Specified by:
getName
in interfaceCfnExperimentProps
- See Also:
-
getOnlineAbConfig
Description copied from interface:CfnExperimentProps
A structure that contains the configuration of which variation to use as the "control" version.The "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.
- Specified by:
getOnlineAbConfig
in interfaceCfnExperimentProps
- See Also:
-
getProject
Description copied from interface:CfnExperimentProps
The name or the ARN of the project where this experiment is to be created.- Specified by:
getProject
in interfaceCfnExperimentProps
- See Also:
-
getTreatments
Description copied from interface:CfnExperimentProps
An array of structures that describe the configuration of each feature variation used in the experiment.- Specified by:
getTreatments
in interfaceCfnExperimentProps
- See Also:
-
getDescription
Description copied from interface:CfnExperimentProps
An optional description of the experiment.- Specified by:
getDescription
in interfaceCfnExperimentProps
- See Also:
-
getRandomizationSalt
Description copied from interface:CfnExperimentProps
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 omitrandomizationSalt
, Evidently uses the experiment name as therandomizationSalt
.- Specified by:
getRandomizationSalt
in interfaceCfnExperimentProps
- See Also:
-
getRemoveSegment
Description copied from interface:CfnExperimentProps
Set this totrue
to remove the segment that is associated with this experiment.You can't use this parameter if the experiment is currently running.
- Specified by:
getRemoveSegment
in interfaceCfnExperimentProps
- See Also:
-
getRunningStatus
Description copied from interface:CfnExperimentProps
A structure that you can use to start and stop the experiment.- Specified by:
getRunningStatus
in interfaceCfnExperimentProps
- See Also:
-
getSamplingRate
Description copied from interface:CfnExperimentProps
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 10,000 to allocate 10% of the available audience.
- Specified by:
getSamplingRate
in interfaceCfnExperimentProps
- See Also:
-
getSegment
Description copied from interface:CfnExperimentProps
Specifies an audience segment to use in the experiment.When a segment is used in an experiment, only user sessions that match the segment pattern are used in the experiment.
For more information, see Segment rule pattern syntax .
- Specified by:
getSegment
in interfaceCfnExperimentProps
- See Also:
-
getTags
Description copied from interface:CfnExperimentProps
Assigns one or more tags (key-value pairs) to the experiment.Tags 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 .
- Specified by:
getTags
in interfaceCfnExperimentProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-