Uses of Interface
software.amazon.awssdk.services.machinelearning.model.UpdateBatchPredictionResponse.Builder
-
Packages that use UpdateBatchPredictionResponse.Builder Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of UpdateBatchPredictionResponse.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return UpdateBatchPredictionResponse.Builder Modifier and Type Method Description UpdateBatchPredictionResponse.BuilderUpdateBatchPredictionResponse.Builder. batchPredictionId(String batchPredictionId)The ID assigned to theBatchPredictionduring creation.static UpdateBatchPredictionResponse.BuilderUpdateBatchPredictionResponse. builder()UpdateBatchPredictionResponse.BuilderUpdateBatchPredictionResponse. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type UpdateBatchPredictionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateBatchPredictionResponse.Builder>UpdateBatchPredictionResponse. serializableBuilderClass()
-