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