| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationResult> |
BatchEvaluateFeatureResponse.results()
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateFeatureResponse.Builder |
BatchEvaluateFeatureResponse.Builder.results(EvaluationResult... results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateFeatureResponse.Builder |
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.
|
Copyright © 2022. All rights reserved.