| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| com.amazonaws.services.machinelearning.model | |
| com.amazonaws.services.machinelearning.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.updateBatchPredictionAsync(UpdateBatchPredictionRequest request,
AsyncHandler<UpdateBatchPredictionRequest,UpdateBatchPredictionResult> asyncHandler) |
Future<UpdateBatchPredictionResult> |
AmazonMachineLearningAsyncClient.updateBatchPredictionAsync(UpdateBatchPredictionRequest request,
AsyncHandler<UpdateBatchPredictionRequest,UpdateBatchPredictionResult> asyncHandler) |
Future<UpdateBatchPredictionResult> |
AmazonMachineLearningAsync.updateBatchPredictionAsync(UpdateBatchPredictionRequest updateBatchPredictionRequest,
AsyncHandler<UpdateBatchPredictionRequest,UpdateBatchPredictionResult> asyncHandler)
Updates the
BatchPredictionName of a BatchPrediction. |
| Modifier and Type | Method and Description |
|---|---|
UpdateBatchPredictionRequest |
UpdateBatchPredictionRequest.clone() |
UpdateBatchPredictionRequest |
UpdateBatchPredictionRequest.withBatchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPrediction during creation. |
UpdateBatchPredictionRequest |
UpdateBatchPredictionRequest.withBatchPredictionName(String batchPredictionName)
A new user-supplied name or description of the
BatchPrediction. |
| Modifier and Type | Method and Description |
|---|---|
Request<UpdateBatchPredictionRequest> |
UpdateBatchPredictionRequestProtocolMarshaller.marshall(UpdateBatchPredictionRequest updateBatchPredictionRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<UpdateBatchPredictionRequest> |
UpdateBatchPredictionRequestProtocolMarshaller.marshall(UpdateBatchPredictionRequest updateBatchPredictionRequest) |
void |
UpdateBatchPredictionRequestMarshaller.marshall(UpdateBatchPredictionRequest updateBatchPredictionRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.