class Aws::CloudWatchEvidently::Types::EvaluateFeatureRequest

@note When making an API call, you may pass EvaluateFeatureRequest

data as a hash:

    {
      entity_id: "EntityId", # required
      evaluation_context: "JsonValue",
      feature: "FeatureName", # required
      project: "ProjectRef", # required
    }

@!attribute [rw] entity_id

An internal ID that represents a unique user of the application.
This `entityID` is checked against any override rules assigned for
this feature.
@return [String]

@!attribute [rw] evaluation_context

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.
@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 this feature.
@return [String]

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

Constants

SENSITIVE