class Aws::CloudWatchEvidently::Types::EvaluateFeatureRequest
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/EvaluateFeatureRequest AWS API Documentation
@return [String]
The name or ARN of the project that contains this feature.
@!attribute [rw] project
@return [String]
The name of the feature being evaluated.
@!attribute [rw] feature
@return [String]
from the user session.
JSON block is included in the evaluation events sent to Evidently
A JSON block of attributes that you can optionally pass in. This
@!attribute [rw] evaluation_context
@return [String]
this feature.
This ‘entityID` is checked against any override rules assigned for
An internal ID that represents a unique user of the application.
@!attribute [rw] entity_id
}
project: “ProjectRef”, # required
feature: “FeatureName”, # required
evaluation_context: “JsonValue”,
entity_id: “EntityId”, # required
{
data as a hash:
@note When making an API call, you may pass EvaluateFeatureRequest