| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
default GetBatchPredictionResponse |
MachineLearningClient.getBatchPrediction(Consumer<GetBatchPredictionRequest.Builder> getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
default CompletableFuture<GetBatchPredictionResponse> |
MachineLearningAsyncClient.getBatchPrediction(Consumer<GetBatchPredictionRequest.Builder> getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionRequest.Builder |
GetBatchPredictionRequest.Builder.batchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
static GetBatchPredictionRequest.Builder |
GetBatchPredictionRequest.builder() |
GetBatchPredictionRequest.Builder |
GetBatchPredictionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBatchPredictionRequest.Builder |
GetBatchPredictionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBatchPredictionRequest.Builder |
GetBatchPredictionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBatchPredictionRequest.Builder> |
GetBatchPredictionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.