Uses of Class
com.amazonaws.services.machinelearning.model.DescribeBatchPredictionsResult
Packages that use DescribeBatchPredictionsResult
Package
Description
-
Uses of DescribeBatchPredictionsResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return DescribeBatchPredictionsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.describeBatchPredictions()
AbstractAmazonMachineLearning.describeBatchPredictions
(DescribeBatchPredictionsRequest request) AmazonMachineLearning.describeBatchPredictions()
Simplified method form for invoking the DescribeBatchPredictions operation.AmazonMachineLearning.describeBatchPredictions
(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) Returns a list ofBatchPrediction
operations that match the search criteria in the request.AmazonMachineLearningClient.describeBatchPredictions()
AmazonMachineLearningClient.describeBatchPredictions
(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) Returns a list ofBatchPrediction
operations that match the search criteria in the request.Methods in com.amazonaws.services.machinelearning that return types with arguments of type DescribeBatchPredictionsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync()
Simplified method form for invoking the DescribeBatchPredictions operation.AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync
(AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Simplified method form for invoking the DescribeBatchPredictions operation with an AsyncHandler.AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request) AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request, AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) AmazonMachineLearningAsync.describeBatchPredictionsAsync()
Simplified method form for invoking the DescribeBatchPredictions operation.AmazonMachineLearningAsync.describeBatchPredictionsAsync
(AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Simplified method form for invoking the DescribeBatchPredictions operation with an AsyncHandler.AmazonMachineLearningAsync.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) Returns a list ofBatchPrediction
operations that match the search criteria in the request.AmazonMachineLearningAsync.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest describeBatchPredictionsRequest, AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Returns a list ofBatchPrediction
operations that match the search criteria in the request.AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync()
Simplified method form for invoking the DescribeBatchPredictions operation.AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync
(AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Simplified method form for invoking the DescribeBatchPredictions operation with an AsyncHandler.AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request) AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request, AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type DescribeBatchPredictionsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync
(AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Simplified method form for invoking the DescribeBatchPredictions operation with an AsyncHandler.AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request, AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) AmazonMachineLearningAsync.describeBatchPredictionsAsync
(AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Simplified method form for invoking the DescribeBatchPredictions operation with an AsyncHandler.AmazonMachineLearningAsync.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest describeBatchPredictionsRequest, AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Returns a list ofBatchPrediction
operations that match the search criteria in the request.AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync
(AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Simplified method form for invoking the DescribeBatchPredictions operation with an AsyncHandler.AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request, AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) -
Uses of DescribeBatchPredictionsResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DescribeBatchPredictionsResultModifier and TypeMethodDescriptionDescribeBatchPredictionsResult.clone()
DescribeBatchPredictionsResult.withNextToken
(String nextToken) The ID of the next page in the paginated results that indicates at least one more page follows.DescribeBatchPredictionsResult.withResults
(BatchPrediction... results) A list of BatchPrediction objects that meet the search criteria.DescribeBatchPredictionsResult.withResults
(Collection<BatchPrediction> results) A list of BatchPrediction objects that meet the search criteria.