public static interface EvaluateFeatureRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<EvaluateFeatureRequest.Builder,EvaluateFeatureRequest>
| Modifier and Type | Method and Description |
|---|---|
EvaluateFeatureRequest.Builder |
entityId(String entityId)
An internal ID that represents a unique user of the application.
|
EvaluateFeatureRequest.Builder |
evaluationContext(String evaluationContext)
A JSON block of attributes that you can optionally pass in.
|
EvaluateFeatureRequest.Builder |
feature(String feature)
The name of the feature being evaluated.
|
EvaluateFeatureRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EvaluateFeatureRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EvaluateFeatureRequest.Builder |
project(String project)
The name or ARN of the project that contains this feature.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluateFeatureRequest.Builder entityId(String entityId)
An internal ID that represents a unique user of the application. This entityID is checked
against any override rules assigned for this feature.
entityId - An internal ID that represents a unique user of the application. This entityID is checked
against any override rules assigned for this feature.EvaluateFeatureRequest.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.EvaluateFeatureRequest.Builder feature(String feature)
The name of the feature being evaluated.
feature - The name of the feature being evaluated.EvaluateFeatureRequest.Builder project(String project)
The name or ARN of the project that contains this feature.
project - The name or ARN of the project that contains this feature.EvaluateFeatureRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEvaluateFeatureRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.