Uses of Class
software.amazon.awssdk.services.evidently.model.EvaluationResult
-
Packages that use EvaluationResult Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of EvaluationResult in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type EvaluationResult Modifier and Type Method Description List<EvaluationResult>BatchEvaluateFeatureResponse. results()An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.Methods in software.amazon.awssdk.services.evidently.model with parameters of type EvaluationResult Modifier and Type Method Description BatchEvaluateFeatureResponse.BuilderBatchEvaluateFeatureResponse.Builder. results(EvaluationResult... results)An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type EvaluationResult Modifier and Type Method Description BatchEvaluateFeatureResponse.BuilderBatchEvaluateFeatureResponse.Builder. results(Collection<EvaluationResult> results)An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
-