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