Uses of Interface
software.amazon.awssdk.services.machinelearning.model.CreateBatchPredictionResponse.Builder
-
Packages that use CreateBatchPredictionResponse.Builder Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of CreateBatchPredictionResponse.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return CreateBatchPredictionResponse.Builder Modifier and Type Method Description CreateBatchPredictionResponse.BuilderCreateBatchPredictionResponse.Builder. batchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies theBatchPrediction.static CreateBatchPredictionResponse.BuilderCreateBatchPredictionResponse. builder()CreateBatchPredictionResponse.BuilderCreateBatchPredictionResponse. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type CreateBatchPredictionResponse.Builder Modifier and Type Method Description static Class<? extends CreateBatchPredictionResponse.Builder>CreateBatchPredictionResponse. serializableBuilderClass()
-