public static interface DeleteBatchPredictionResponse.Builder extends MachineLearningResponse.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteBatchPredictionResponse.Builder,DeleteBatchPredictionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteBatchPredictionResponse.Builder |
batchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction. |
buildDeleteBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the BatchPrediction. This value should be identical
to the value of the BatchPredictionID in the request.
batchPredictionId - A user-supplied ID that uniquely identifies the BatchPrediction. This value should be
identical to the value of the BatchPredictionID in the request.Copyright © 2017. All rights reserved.