Uses of Class
software.amazon.awssdk.services.machinelearning.model.Evaluation
-
Packages that use Evaluation Package Description software.amazon.awssdk.services.machinelearning.model software.amazon.awssdk.services.machinelearning.paginators -
-
Uses of Evaluation in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type Evaluation Modifier and Type Method Description List<Evaluation>DescribeEvaluationsResponse. results()A list ofEvaluationthat meet the search criteria.Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type Evaluation Modifier and Type Method Description DescribeEvaluationsResponse.BuilderDescribeEvaluationsResponse.Builder. results(Evaluation... results)A list ofEvaluationthat meet the search criteria.Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type Evaluation Modifier and Type Method Description DescribeEvaluationsResponse.BuilderDescribeEvaluationsResponse.Builder. results(Collection<Evaluation> results)A list ofEvaluationthat meet the search criteria. -
Uses of Evaluation in software.amazon.awssdk.services.machinelearning.paginators
Methods in software.amazon.awssdk.services.machinelearning.paginators that return types with arguments of type Evaluation Modifier and Type Method Description SdkIterable<Evaluation>DescribeEvaluationsIterable. results()Returns an iterable to iterate through the paginatedDescribeEvaluationsResponse.results()member.SdkPublisher<Evaluation>DescribeEvaluationsPublisher. results()Returns a publisher that can be used to get a stream of data.
-