Interface CreateBatchPredictionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateBatchPredictionResponse.Builder,
,CreateBatchPredictionResponse> MachineLearningResponse.Builder
,SdkBuilder<CreateBatchPredictionResponse.Builder,
,CreateBatchPredictionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateBatchPredictionResponse
public static interface CreateBatchPredictionResponse.Builder
extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<CreateBatchPredictionResponse.Builder,CreateBatchPredictionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbatchPredictionId
(String batchPredictionId) A user-supplied ID that uniquely identifies theBatchPrediction
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
batchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction
. This value is identical to the value of theBatchPredictionId
in the request.- Parameters:
batchPredictionId
- A user-supplied ID that uniquely identifies theBatchPrediction
. This value is identical to the value of theBatchPredictionId
in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-