Uses of Class
com.amazonaws.services.machinelearning.model.DescribeEvaluationsResult
Packages that use DescribeEvaluationsResult
Package
Description
-
Uses of DescribeEvaluationsResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return DescribeEvaluationsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.describeEvaluations()
AbstractAmazonMachineLearning.describeEvaluations
(DescribeEvaluationsRequest request) AmazonMachineLearning.describeEvaluations()
Simplified method form for invoking the DescribeEvaluations operation.AmazonMachineLearning.describeEvaluations
(DescribeEvaluationsRequest describeEvaluationsRequest) Returns a list ofDescribeEvaluations
that match the search criteria in the request.AmazonMachineLearningClient.describeEvaluations()
AmazonMachineLearningClient.describeEvaluations
(DescribeEvaluationsRequest describeEvaluationsRequest) Returns a list ofDescribeEvaluations
that match the search criteria in the request.Methods in com.amazonaws.services.machinelearning that return types with arguments of type DescribeEvaluationsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.describeEvaluationsAsync()
Simplified method form for invoking the DescribeEvaluations operation.AbstractAmazonMachineLearningAsync.describeEvaluationsAsync
(AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Simplified method form for invoking the DescribeEvaluations operation with an AsyncHandler.AbstractAmazonMachineLearningAsync.describeEvaluationsAsync
(DescribeEvaluationsRequest request) AbstractAmazonMachineLearningAsync.describeEvaluationsAsync
(DescribeEvaluationsRequest request, AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) AmazonMachineLearningAsync.describeEvaluationsAsync()
Simplified method form for invoking the DescribeEvaluations operation.AmazonMachineLearningAsync.describeEvaluationsAsync
(AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Simplified method form for invoking the DescribeEvaluations operation with an AsyncHandler.AmazonMachineLearningAsync.describeEvaluationsAsync
(DescribeEvaluationsRequest describeEvaluationsRequest) Returns a list ofDescribeEvaluations
that match the search criteria in the request.AmazonMachineLearningAsync.describeEvaluationsAsync
(DescribeEvaluationsRequest describeEvaluationsRequest, AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Returns a list ofDescribeEvaluations
that match the search criteria in the request.AmazonMachineLearningAsyncClient.describeEvaluationsAsync()
Simplified method form for invoking the DescribeEvaluations operation.AmazonMachineLearningAsyncClient.describeEvaluationsAsync
(AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Simplified method form for invoking the DescribeEvaluations operation with an AsyncHandler.AmazonMachineLearningAsyncClient.describeEvaluationsAsync
(DescribeEvaluationsRequest request) AmazonMachineLearningAsyncClient.describeEvaluationsAsync
(DescribeEvaluationsRequest request, AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type DescribeEvaluationsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.describeEvaluationsAsync
(AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Simplified method form for invoking the DescribeEvaluations operation with an AsyncHandler.AbstractAmazonMachineLearningAsync.describeEvaluationsAsync
(DescribeEvaluationsRequest request, AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) AmazonMachineLearningAsync.describeEvaluationsAsync
(AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Simplified method form for invoking the DescribeEvaluations operation with an AsyncHandler.AmazonMachineLearningAsync.describeEvaluationsAsync
(DescribeEvaluationsRequest describeEvaluationsRequest, AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Returns a list ofDescribeEvaluations
that match the search criteria in the request.AmazonMachineLearningAsyncClient.describeEvaluationsAsync
(AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) Simplified method form for invoking the DescribeEvaluations operation with an AsyncHandler.AmazonMachineLearningAsyncClient.describeEvaluationsAsync
(DescribeEvaluationsRequest request, AsyncHandler<DescribeEvaluationsRequest, DescribeEvaluationsResult> asyncHandler) -
Uses of DescribeEvaluationsResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DescribeEvaluationsResultModifier and TypeMethodDescriptionDescribeEvaluationsResult.clone()
DescribeEvaluationsResult.withNextToken
(String nextToken) The ID of the next page in the paginated results that indicates at least one more page follows.DescribeEvaluationsResult.withResults
(Evaluation... results) A list of Evaluation that meet the search criteria.DescribeEvaluationsResult.withResults
(Collection<Evaluation> results) A list of Evaluation that meet the search criteria.