Uses of Class
com.amazonaws.services.machinelearning.model.DescribeBatchPredictionsRequest
Packages that use DescribeBatchPredictionsRequest
Package
Description
-
Uses of DescribeBatchPredictionsRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type DescribeBatchPredictionsRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.describeBatchPredictions
(DescribeBatchPredictionsRequest request) AmazonMachineLearning.describeBatchPredictions
(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) Returns a list ofBatchPrediction
operations that match the search criteria in the request.AmazonMachineLearningClient.describeBatchPredictions
(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) Returns a list ofBatchPrediction
operations that match the search criteria in the request.AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request) AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request, AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> 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
(DescribeBatchPredictionsRequest request) AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync
(DescribeBatchPredictionsRequest request, AsyncHandler<DescribeBatchPredictionsRequest, DescribeBatchPredictionsResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type DescribeBatchPredictionsRequestModifier 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 DescribeBatchPredictionsRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DescribeBatchPredictionsRequestModifier and TypeMethodDescriptionDescribeBatchPredictionsRequest.clone()
The equal to operator.DescribeBatchPredictionsRequest.withFilterVariable
(BatchPredictionFilterVariable filterVariable) Use one of the following variables to filter a list ofBatchPrediction
:DescribeBatchPredictionsRequest.withFilterVariable
(String filterVariable) Use one of the following variables to filter a list ofBatchPrediction
:The greater than or equal to operator.The greater than operator.The less than or equal to operator.The number of pages of information to include in the result.The less than operator.The not equal to operator.DescribeBatchPredictionsRequest.withNextToken
(String nextToken) An ID of the page in the paginated results.DescribeBatchPredictionsRequest.withPrefix
(String prefix) A string that is found at the beginning of a variable, such asName
orId
.DescribeBatchPredictionsRequest.withSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModel
s.DescribeBatchPredictionsRequest.withSortOrder
(String sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModel
s.