Uses of Class
com.amazonaws.services.machinelearning.model.GetEvaluationRequest
Packages that use GetEvaluationRequest
Package
Description
-
Uses of GetEvaluationRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type GetEvaluationRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.getEvaluation(GetEvaluationRequest request) AmazonMachineLearning.getEvaluation(GetEvaluationRequest getEvaluationRequest) Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.AmazonMachineLearningClient.getEvaluation(GetEvaluationRequest getEvaluationRequest) Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.AbstractAmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest request) AbstractAmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) AmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest getEvaluationRequest) Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.AmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest getEvaluationRequest, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.AmazonMachineLearningAsyncClient.getEvaluationAsync(GetEvaluationRequest request) AmazonMachineLearningAsyncClient.getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetEvaluationRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) AmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest getEvaluationRequest, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.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 GetEvaluationRequestModifier and TypeMethodDescriptionGetEvaluationRequest.clone()GetEvaluationRequest.withEvaluationId(String evaluationId) The ID of theEvaluationto retrieve.