public static interface EvaluationRequest.Builder extends SdkPojo, CopyableBuilder<EvaluationRequest.Builder,EvaluationRequest>
| Modifier and Type | Method and Description |
|---|---|
EvaluationRequest.Builder |
entityId(String entityId)
An internal ID that represents a unique user session of the application.
|
EvaluationRequest.Builder |
evaluationContext(String evaluationContext)
A JSON block of attributes that you can optionally pass in.
|
EvaluationRequest.Builder |
feature(String feature)
The name of the feature being evaluated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationRequest.Builder entityId(String 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.
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.EvaluationRequest.Builder evaluationContext(String 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.
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.EvaluationRequest.Builder feature(String feature)
The name of the feature being evaluated.
feature - The name of the feature being evaluated.Copyright © 2023. All rights reserved.