Uses of Interface
software.amazon.awssdk.services.machinelearning.model.UpdateBatchPredictionRequest.Builder
-
Packages that use UpdateBatchPredictionRequest.Builder Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.model -
-
Uses of UpdateBatchPredictionRequest.Builder in software.amazon.awssdk.services.machinelearning
Method parameters in software.amazon.awssdk.services.machinelearning with type arguments of type UpdateBatchPredictionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateBatchPredictionResponse>MachineLearningAsyncClient. updateBatchPrediction(Consumer<UpdateBatchPredictionRequest.Builder> updateBatchPredictionRequest)Updates theBatchPredictionNameof aBatchPrediction.default UpdateBatchPredictionResponseMachineLearningClient. updateBatchPrediction(Consumer<UpdateBatchPredictionRequest.Builder> updateBatchPredictionRequest)Updates theBatchPredictionNameof aBatchPrediction. -
Uses of UpdateBatchPredictionRequest.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return UpdateBatchPredictionRequest.Builder Modifier and Type Method Description UpdateBatchPredictionRequest.BuilderUpdateBatchPredictionRequest.Builder. batchPredictionId(String batchPredictionId)The ID assigned to theBatchPredictionduring creation.UpdateBatchPredictionRequest.BuilderUpdateBatchPredictionRequest.Builder. batchPredictionName(String batchPredictionName)A new user-supplied name or description of theBatchPrediction.static UpdateBatchPredictionRequest.BuilderUpdateBatchPredictionRequest. builder()UpdateBatchPredictionRequest.BuilderUpdateBatchPredictionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBatchPredictionRequest.BuilderUpdateBatchPredictionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBatchPredictionRequest.BuilderUpdateBatchPredictionRequest. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type UpdateBatchPredictionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateBatchPredictionRequest.Builder>UpdateBatchPredictionRequest. serializableBuilderClass()
-