EvaluationRequest
This structure assigns a feature variation to one user session.
Contents
- entityId
-
An internal ID that represents a unique user session of the application. This
entityID
is checked against any override rules assigned for this feature.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
.*
Required: Yes
- feature
-
The name of the feature being evaluated.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
^[-a-zA-Z0-9._]*$
Required: Yes
- evaluationContext
-
A JSON block of attributes that you can optionally pass in. This JSON block is included in the evaluation events sent to Evidently from the user session.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: