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 theEvaluationNameof anEvaluation.AmazonMachineLearningClient.updateEvaluation(UpdateEvaluationRequest updateEvaluationRequest) Updates theEvaluationNameof anEvaluation.AbstractAmazonMachineLearningAsync.updateEvaluationAsync(UpdateEvaluationRequest request) AbstractAmazonMachineLearningAsync.updateEvaluationAsync(UpdateEvaluationRequest request, AsyncHandler<UpdateEvaluationRequest, UpdateEvaluationResult> asyncHandler) AmazonMachineLearningAsync.updateEvaluationAsync(UpdateEvaluationRequest updateEvaluationRequest) Updates theEvaluationNameof anEvaluation.AmazonMachineLearningAsync.updateEvaluationAsync(UpdateEvaluationRequest updateEvaluationRequest, AsyncHandler<UpdateEvaluationRequest, UpdateEvaluationResult> asyncHandler) Updates theEvaluationNameof 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 theEvaluationNameof 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 theEvaluationduring creation.UpdateEvaluationRequest.withEvaluationName(String evaluationName) A new user-supplied name or description of theEvaluationthat will replace the current content.