public static interface UpdateBatchPredictionResponse.Builder extends MachineLearningResponse.Builder, CopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>
Modifier and Type | Method and Description |
---|---|
UpdateBatchPredictionResponse.Builder |
batchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPrediction during creation. |
build
copy
apply, build
UpdateBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)
The ID assigned to the BatchPrediction
during creation. This value should be identical to the
value of the BatchPredictionId
in the request.
batchPredictionId
- The ID assigned to the BatchPrediction
during creation. This value should be identical to
the value of the BatchPredictionId
in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.