Uses of Class
com.amazonaws.services.machinelearning.model.UpdateEvaluationRequest
Packages that use UpdateEvaluationRequest
Package
Description
-
Uses of UpdateEvaluationRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type UpdateEvaluationRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.updateEvaluation
(UpdateEvaluationRequest request) AmazonMachineLearning.updateEvaluation
(UpdateEvaluationRequest updateEvaluationRequest) Updates theEvaluationName
of anEvaluation
.AmazonMachineLearningClient.updateEvaluation
(UpdateEvaluationRequest updateEvaluationRequest) Updates theEvaluationName
of anEvaluation
.AbstractAmazonMachineLearningAsync.updateEvaluationAsync
(UpdateEvaluationRequest request) AbstractAmazonMachineLearningAsync.updateEvaluationAsync
(UpdateEvaluationRequest request, AsyncHandler<UpdateEvaluationRequest, UpdateEvaluationResult> asyncHandler) AmazonMachineLearningAsync.updateEvaluationAsync
(UpdateEvaluationRequest updateEvaluationRequest) Updates theEvaluationName
of anEvaluation
.AmazonMachineLearningAsync.updateEvaluationAsync
(UpdateEvaluationRequest updateEvaluationRequest, AsyncHandler<UpdateEvaluationRequest, UpdateEvaluationResult> asyncHandler) Updates theEvaluationName
of anEvaluation
.AmazonMachineLearningAsyncClient.updateEvaluationAsync
(UpdateEvaluationRequest request) AmazonMachineLearningAsyncClient.updateEvaluationAsync
(UpdateEvaluationRequest request, AsyncHandler<UpdateEvaluationRequest, UpdateEvaluationResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type UpdateEvaluationRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.updateEvaluationAsync
(UpdateEvaluationRequest request, AsyncHandler<UpdateEvaluationRequest, UpdateEvaluationResult> asyncHandler) AmazonMachineLearningAsync.updateEvaluationAsync
(UpdateEvaluationRequest updateEvaluationRequest, AsyncHandler<UpdateEvaluationRequest, UpdateEvaluationResult> asyncHandler) Updates theEvaluationName
of anEvaluation
.AmazonMachineLearningAsyncClient.updateEvaluationAsync
(UpdateEvaluationRequest request, AsyncHandler<UpdateEvaluationRequest, UpdateEvaluationResult> asyncHandler) -
Uses of UpdateEvaluationRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return UpdateEvaluationRequestModifier and TypeMethodDescriptionUpdateEvaluationRequest.clone()
UpdateEvaluationRequest.withEvaluationId
(String evaluationId) The ID assigned to theEvaluation
during creation.UpdateEvaluationRequest.withEvaluationName
(String evaluationName) A new user-supplied name or description of theEvaluation
that will replace the current content.