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 |
---|---|
GetBatchPredictionResult |
AmazonMachineLearningClient.getBatchPrediction(GetBatchPredictionRequest request)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
GetBatchPredictionResult |
AmazonMachineLearning.getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
GetBatchPredictionResult |
AbstractAmazonMachineLearning.getBatchPrediction(GetBatchPredictionRequest request) |
Future<GetBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest request) |
Future<GetBatchPredictionResult> |
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest request) |
Future<GetBatchPredictionResult> |
AmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
Future<GetBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
Future<GetBatchPredictionResult> |
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
Future<GetBatchPredictionResult> |
AmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
Modifier and Type | Method and Description |
---|---|
Future<GetBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
Future<GetBatchPredictionResult> |
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
Future<GetBatchPredictionResult> |
AmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
Modifier and Type | Method and Description |
---|---|
GetBatchPredictionRequest |
GetBatchPredictionRequest.clone() |
GetBatchPredictionRequest |
GetBatchPredictionRequest.withBatchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
Copyright © 2022. All rights reserved.