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