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