Class: Aws::CloudWatchEvidently::Types::EvaluateFeatureRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::EvaluateFeatureRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
An internal ID that represents a unique user of the application.
-
#evaluation_context ⇒ String
A JSON object of attributes that you can optionally pass in as part of the evaluation event sent to Evidently from the user session.
-
#feature ⇒ String
The name of the feature being evaluated.
-
#project ⇒ String
The name or ARN of the project that contains this feature.
Instance Attribute Details
#entity_id ⇒ String
An internal ID that represents a unique user of the application. This ‘entityID` is checked against any override rules assigned for this feature.
671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 671 class EvaluateFeatureRequest < Struct.new( :entity_id, :evaluation_context, :feature, :project) SENSITIVE = [] include Aws::Structure end |
#evaluation_context ⇒ String
A JSON object of attributes that you can optionally pass in as part of the evaluation event sent to Evidently from the user session. Evidently can use this value to match user sessions with defined audience segments. For more information, see [Use segments to focus your audience].
If you include this parameter, the value must be a JSON object. A JSON array is not supported.
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html
671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 671 class EvaluateFeatureRequest < Struct.new( :entity_id, :evaluation_context, :feature, :project) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
The name of the feature being evaluated.
671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 671 class EvaluateFeatureRequest < Struct.new( :entity_id, :evaluation_context, :feature, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains this feature.
671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 671 class EvaluateFeatureRequest < Struct.new( :entity_id, :evaluation_context, :feature, :project) SENSITIVE = [] include Aws::Structure end |