class Aws::CloudWatchEvidently::Types::EvaluationResult

This structure displays the results of one feature evaluation assignment to one user session.

@!attribute [rw] details

If this user was assigned to a launch or experiment, this field
lists the launch or experiment name.
@return [String]

@!attribute [rw] entity_id

An internal ID that represents a unique user session of the
application.
@return [String]

@!attribute [rw] feature

The name of the feature being evaluated.
@return [String]

@!attribute [rw] project

The name or ARN of the project that contains the feature being
evaluated.
@return [String]

@!attribute [rw] reason

Specifies the reason that the user session was assigned this
variation. Possible values include `DEFAULT`, meaning the user was
served the default variation; `LAUNCH_RULE_MATCH`, if the user
session was enrolled in a launch; or `EXPERIMENT_RULE_MATCH`, if the
user session was enrolled in an experiment.
@return [String]

@!attribute [rw] value

The value assigned to this variation to differentiate it from the
other variations of this feature.
@return [Types::VariableValue]

@!attribute [rw] variation

The name of the variation that was served to the user session.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/EvaluationResult AWS API Documentation

Constants

SENSITIVE