| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| com.amazonaws.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBatchPredictionResult |
AbstractAmazonMachineLearning.createBatchPrediction(CreateBatchPredictionRequest request) |
CreateBatchPredictionResult |
AmazonMachineLearningClient.createBatchPrediction(CreateBatchPredictionRequest request)
Generates predictions for a group of observations.
|
CreateBatchPredictionResult |
AmazonMachineLearning.createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)
Generates predictions for a group of observations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.createBatchPredictionAsync(CreateBatchPredictionRequest request,
AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler) |
Future<CreateBatchPredictionResult> |
AmazonMachineLearningAsync.createBatchPredictionAsync(CreateBatchPredictionRequest createBatchPredictionRequest,
AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler)
Generates predictions for a group of observations.
|
Future<CreateBatchPredictionResult> |
AmazonMachineLearningAsyncClient.createBatchPredictionAsync(CreateBatchPredictionRequest request,
AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBatchPredictionResult |
CreateBatchPredictionResult.clone() |
CreateBatchPredictionResult |
CreateBatchPredictionResult.withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction. |
Copyright © 2023. All rights reserved.