Uses of Class
software.amazon.awssdk.services.machinelearning.model.GetBatchPredictionRequest
-
Packages that use GetBatchPredictionRequest Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.transform -
-
Uses of GetBatchPredictionRequest in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning with parameters of type GetBatchPredictionRequest Modifier and Type Method Description default CompletableFuture<GetBatchPredictionResponse>MachineLearningAsyncClient. getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.default GetBatchPredictionResponseMachineLearningClient. getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest. -
Uses of GetBatchPredictionRequest in software.amazon.awssdk.services.machinelearning.transform
Methods in software.amazon.awssdk.services.machinelearning.transform with parameters of type GetBatchPredictionRequest Modifier and Type Method Description SdkHttpFullRequestGetBatchPredictionRequestMarshaller. marshall(GetBatchPredictionRequest getBatchPredictionRequest)
-