Uses of Class
com.amazonaws.services.machinelearning.model.GetBatchPredictionRequest
Packages that use GetBatchPredictionRequest
Package
Description
-
Uses of GetBatchPredictionRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type GetBatchPredictionRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.getBatchPrediction
(GetBatchPredictionRequest request) AmazonMachineLearning.getBatchPrediction
(GetBatchPredictionRequest getBatchPredictionRequest) Returns aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.AmazonMachineLearningClient.getBatchPrediction
(GetBatchPredictionRequest getBatchPredictionRequest) Returns aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.AbstractAmazonMachineLearningAsync.getBatchPredictionAsync
(GetBatchPredictionRequest request) AbstractAmazonMachineLearningAsync.getBatchPredictionAsync
(GetBatchPredictionRequest request, AsyncHandler<GetBatchPredictionRequest, GetBatchPredictionResult> asyncHandler) AmazonMachineLearningAsync.getBatchPredictionAsync
(GetBatchPredictionRequest getBatchPredictionRequest) Returns aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.AmazonMachineLearningAsync.getBatchPredictionAsync
(GetBatchPredictionRequest getBatchPredictionRequest, AsyncHandler<GetBatchPredictionRequest, GetBatchPredictionResult> asyncHandler) Returns aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.AmazonMachineLearningAsyncClient.getBatchPredictionAsync
(GetBatchPredictionRequest request) AmazonMachineLearningAsyncClient.getBatchPredictionAsync
(GetBatchPredictionRequest request, AsyncHandler<GetBatchPredictionRequest, GetBatchPredictionResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetBatchPredictionRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.getBatchPredictionAsync
(GetBatchPredictionRequest request, AsyncHandler<GetBatchPredictionRequest, GetBatchPredictionResult> asyncHandler) AmazonMachineLearningAsync.getBatchPredictionAsync
(GetBatchPredictionRequest getBatchPredictionRequest, AsyncHandler<GetBatchPredictionRequest, GetBatchPredictionResult> asyncHandler) Returns aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.AmazonMachineLearningAsyncClient.getBatchPredictionAsync
(GetBatchPredictionRequest request, AsyncHandler<GetBatchPredictionRequest, GetBatchPredictionResult> asyncHandler) -
Uses of GetBatchPredictionRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return GetBatchPredictionRequestModifier and TypeMethodDescriptionGetBatchPredictionRequest.clone()
GetBatchPredictionRequest.withBatchPredictionId
(String batchPredictionId) An ID assigned to theBatchPrediction
at creation.