Uses of Class
software.amazon.awssdk.services.machinelearning.model.GetEvaluationResponse
-
Packages that use GetEvaluationResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of GetEvaluationResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return GetEvaluationResponse Modifier and Type Method Description default GetEvaluationResponseMachineLearningClient. getEvaluation(Consumer<GetEvaluationRequest.Builder> getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.default GetEvaluationResponseMachineLearningClient. getEvaluation(GetEvaluationRequest getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type GetEvaluationResponse Modifier and Type Method Description default CompletableFuture<GetEvaluationResponse>MachineLearningAsyncClient. getEvaluation(Consumer<GetEvaluationRequest.Builder> getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.default CompletableFuture<GetEvaluationResponse>MachineLearningAsyncClient. getEvaluation(GetEvaluationRequest getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.
-