class Aws::CloudWatchEvidently::Types::BatchEvaluateFeatureRequest

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

data as a hash:

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

@!attribute [rw] project

The name or ARN of the project that contains the feature being
evaluated.
@return [String]

@!attribute [rw] requests

An array of structures, where each structure assigns a feature
variation to one user session.
@return [Array<Types::EvaluationRequest>]

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

Constants

SENSITIVE