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