Uses of Class
software.amazon.awssdk.services.machinelearning.model.UpdateEvaluationRequest
-
Packages that use UpdateEvaluationRequest Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.transform -
-
Uses of UpdateEvaluationRequest in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning with parameters of type UpdateEvaluationRequest Modifier and Type Method Description default CompletableFuture<UpdateEvaluationResponse>MachineLearningAsyncClient. updateEvaluation(UpdateEvaluationRequest updateEvaluationRequest)Updates theEvaluationNameof anEvaluation.default UpdateEvaluationResponseMachineLearningClient. updateEvaluation(UpdateEvaluationRequest updateEvaluationRequest)Updates theEvaluationNameof anEvaluation. -
Uses of UpdateEvaluationRequest in software.amazon.awssdk.services.machinelearning.transform
Methods in software.amazon.awssdk.services.machinelearning.transform with parameters of type UpdateEvaluationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEvaluationRequestMarshaller. marshall(UpdateEvaluationRequest updateEvaluationRequest)
-