Uses of Class
software.amazon.awssdk.services.machinelearning.model.CreateEvaluationRequest
-
Packages that use CreateEvaluationRequest Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.transform -
-
Uses of CreateEvaluationRequest in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning with parameters of type CreateEvaluationRequest Modifier and Type Method Description default CompletableFuture<CreateEvaluationResponse>MachineLearningAsyncClient. createEvaluation(CreateEvaluationRequest createEvaluationRequest)Creates a newEvaluationof anMLModel.default CreateEvaluationResponseMachineLearningClient. createEvaluation(CreateEvaluationRequest createEvaluationRequest)Creates a newEvaluationof anMLModel. -
Uses of CreateEvaluationRequest in software.amazon.awssdk.services.machinelearning.transform
Methods in software.amazon.awssdk.services.machinelearning.transform with parameters of type CreateEvaluationRequest Modifier and Type Method Description SdkHttpFullRequestCreateEvaluationRequestMarshaller. marshall(CreateEvaluationRequest createEvaluationRequest)
-