public static interface UpdateBatchPredictionResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>
Modifier and Type | Method and Description |
---|---|
UpdateBatchPredictionResponse.Builder |
batchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPrediction during creation. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.