Uses of Class
software.amazon.awssdk.services.machinelearning.model.UpdateMlModelResponse
-
Packages that use UpdateMlModelResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of UpdateMlModelResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return UpdateMlModelResponse Modifier and Type Method Description default UpdateMlModelResponseMachineLearningClient. updateMLModel(Consumer<UpdateMlModelRequest.Builder> updateMlModelRequest)Updates theMLModelNameand theScoreThresholdof anMLModel.default UpdateMlModelResponseMachineLearningClient. updateMLModel(UpdateMlModelRequest updateMlModelRequest)Updates theMLModelNameand theScoreThresholdof anMLModel.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type UpdateMlModelResponse Modifier and Type Method Description default CompletableFuture<UpdateMlModelResponse>MachineLearningAsyncClient. updateMLModel(Consumer<UpdateMlModelRequest.Builder> updateMlModelRequest)Updates theMLModelNameand theScoreThresholdof anMLModel.default CompletableFuture<UpdateMlModelResponse>MachineLearningAsyncClient. updateMLModel(UpdateMlModelRequest updateMlModelRequest)Updates theMLModelNameand theScoreThresholdof anMLModel.
-