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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBatchPredictionResponse.BuilderbatchPredictionId(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 Detail
-
batchPredictionId
CreateBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction. This value is identical to the value of theBatchPredictionIdin the request.- Parameters:
batchPredictionId- A user-supplied ID that uniquely identifies theBatchPrediction. This value is identical to the value of theBatchPredictionIdin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-