cloudwatchevidently_batch_evaluate_feature {paws.management} | R Documentation |
This operation assigns feature variation to user sessions
Description
This operation assigns feature variation to user sessions. For each user session, you pass in an entityID
that represents the user. Evidently then checks the evaluation rules and assigns the variation.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_batch_evaluate_feature/ for full documentation.
Usage
cloudwatchevidently_batch_evaluate_feature(project, requests)
Arguments
project |
[required] The name or ARN of the project that contains the feature being evaluated. |
requests |
[required] An array of structures, where each structure assigns a feature variation to one user session. |
[Package paws.management version 0.7.0 Index]