Uses of Class
software.amazon.awssdk.services.machinelearning.model.GetEvaluationRequest
-
Packages that use GetEvaluationRequest Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.transform -
-
Uses of GetEvaluationRequest in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning with parameters of type GetEvaluationRequest Modifier and Type Method Description default CompletableFuture<GetEvaluationResponse>MachineLearningAsyncClient. getEvaluation(GetEvaluationRequest 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. -
Uses of GetEvaluationRequest in software.amazon.awssdk.services.machinelearning.transform
Methods in software.amazon.awssdk.services.machinelearning.transform with parameters of type GetEvaluationRequest Modifier and Type Method Description SdkHttpFullRequestGetEvaluationRequestMarshaller. marshall(GetEvaluationRequest getEvaluationRequest)
-