Uses of Class
com.amazonaws.services.machinelearning.model.CreateEvaluationResult
Packages that use CreateEvaluationResult
Package
Description
-
Uses of CreateEvaluationResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return CreateEvaluationResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.createEvaluation(CreateEvaluationRequest request) AmazonMachineLearning.createEvaluation(CreateEvaluationRequest createEvaluationRequest) Creates a newEvaluationof anMLModel.AmazonMachineLearningClient.createEvaluation(CreateEvaluationRequest createEvaluationRequest) Creates a newEvaluationof anMLModel.Methods in com.amazonaws.services.machinelearning that return types with arguments of type CreateEvaluationResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.createEvaluationAsync(CreateEvaluationRequest request) AbstractAmazonMachineLearningAsync.createEvaluationAsync(CreateEvaluationRequest request, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) AmazonMachineLearningAsync.createEvaluationAsync(CreateEvaluationRequest createEvaluationRequest) Creates a newEvaluationof anMLModel.AmazonMachineLearningAsync.createEvaluationAsync(CreateEvaluationRequest createEvaluationRequest, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) Creates a newEvaluationof anMLModel.AmazonMachineLearningAsyncClient.createEvaluationAsync(CreateEvaluationRequest request) AmazonMachineLearningAsyncClient.createEvaluationAsync(CreateEvaluationRequest request, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type CreateEvaluationResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.createEvaluationAsync(CreateEvaluationRequest request, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) AmazonMachineLearningAsync.createEvaluationAsync(CreateEvaluationRequest createEvaluationRequest, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) Creates a newEvaluationof anMLModel.AmazonMachineLearningAsyncClient.createEvaluationAsync(CreateEvaluationRequest request, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) -
Uses of CreateEvaluationResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return CreateEvaluationResultModifier and TypeMethodDescriptionCreateEvaluationResult.clone()CreateEvaluationResult.withEvaluationId(String evaluationId) The user-supplied ID that uniquely identifies theEvaluation.