Class: Aws::CloudWatchEvidently::Types::EvaluationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::EvaluationResult
- Defined in:
- gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb
Overview
This structure displays the results of one feature evaluation assignment to one user session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ String
If this user was assigned to a launch or experiment, this field lists the launch or experiment name.
-
#entity_id ⇒ String
An internal ID that represents a unique user session of the application.
-
#feature ⇒ String
The name of the feature being evaluated.
-
#project ⇒ String
The name or ARN of the project that contains the feature being evaluated.
-
#reason ⇒ String
Specifies the reason that the user session was assigned this variation.
-
#value ⇒ Types::VariableValue
The value assigned to this variation to differentiate it from the other variations of this feature.
-
#variation ⇒ String
The name of the variation that was served to the user session.
Instance Attribute Details
#details ⇒ String
If this user was assigned to a launch or experiment, this field lists the launch or experiment name.
784 785 786 787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784 class EvaluationResult < Struct.new( :details, :entity_id, :feature, :project, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
An internal ID that represents a unique user session of the application.
784 785 786 787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784 class EvaluationResult < Struct.new( :details, :entity_id, :feature, :project, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
The name of the feature being evaluated.
784 785 786 787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784 class EvaluationResult < Struct.new( :details, :entity_id, :feature, :project, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the feature being evaluated.
784 785 786 787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784 class EvaluationResult < Struct.new( :details, :entity_id, :feature, :project, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
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.
784 785 786 787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784 class EvaluationResult < Struct.new( :details, :entity_id, :feature, :project, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::VariableValue
The value assigned to this variation to differentiate it from the other variations of this feature.
784 785 786 787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784 class EvaluationResult < Struct.new( :details, :entity_id, :feature, :project, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |
#variation ⇒ String
The name of the variation that was served to the user session.
784 785 786 787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 784 class EvaluationResult < Struct.new( :details, :entity_id, :feature, :project, :reason, :value, :variation) SENSITIVE = [] include Aws::Structure end |