public static interface BatchEvaluateFeatureResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<BatchEvaluateFeatureResponse.Builder,BatchEvaluateFeatureResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateFeatureResponse.Builder |
results(Collection<EvaluationResult> results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
BatchEvaluateFeatureResponse.Builder |
results(Consumer<EvaluationResult.Builder>... results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
BatchEvaluateFeatureResponse.Builder |
results(EvaluationResult... results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchEvaluateFeatureResponse.Builder results(Collection<EvaluationResult> results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
results - An array of structures, where each structure displays the results of one feature evaluation assignment
to one user session.BatchEvaluateFeatureResponse.Builder results(EvaluationResult... results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
results - An array of structures, where each structure displays the results of one feature evaluation assignment
to one user session.BatchEvaluateFeatureResponse.Builder results(Consumer<EvaluationResult.Builder>... results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
This is a convenience method that creates an instance of theEvaluationResult.Builder avoiding the need to create
one manually via EvaluationResult.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #results(List.
results - a consumer that will call methods on
EvaluationResult.Builder#results(java.util.Collection) Copyright © 2023. All rights reserved.