public static interface CreateBatchPredictionResponse.Builder extends MachineLearningResponse.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 . |
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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 Amazon Web Services, Inc. All Rights Reserved.