Uses of Class
com.amazonaws.services.machinelearning.model.GetEvaluationRequest
-
Packages that use GetEvaluationRequest Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of GetEvaluationRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type GetEvaluationRequest Modifier and Type Method Description GetEvaluationResultAbstractAmazonMachineLearning. getEvaluation(GetEvaluationRequest request)GetEvaluationResultAmazonMachineLearning. getEvaluation(GetEvaluationRequest getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.GetEvaluationResultAmazonMachineLearningClient. getEvaluation(GetEvaluationRequest getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Future<GetEvaluationResult>AbstractAmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest request)Future<GetEvaluationResult>AbstractAmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Future<GetEvaluationResult>AmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Future<GetEvaluationResult>AmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest getEvaluationRequest, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Future<GetEvaluationResult>AmazonMachineLearningAsyncClient. getEvaluationAsync(GetEvaluationRequest request)Future<GetEvaluationResult>AmazonMachineLearningAsyncClient. getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetEvaluationRequest Modifier and Type Method Description Future<GetEvaluationResult>AbstractAmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Future<GetEvaluationResult>AmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest getEvaluationRequest, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Future<GetEvaluationResult>AmazonMachineLearningAsyncClient. getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler) -
Uses of GetEvaluationRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return GetEvaluationRequest Modifier and Type Method Description GetEvaluationRequestGetEvaluationRequest. clone()GetEvaluationRequestGetEvaluationRequest. withEvaluationId(String evaluationId)The ID of theEvaluationto retrieve.
-