Uses of Class
com.amazonaws.services.machinelearning.model.CreateEvaluationRequest
Packages that use CreateEvaluationRequest
Package
Description
-
Uses of CreateEvaluationRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type CreateEvaluationRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.createEvaluation
(CreateEvaluationRequest request) AmazonMachineLearning.createEvaluation
(CreateEvaluationRequest createEvaluationRequest) Creates a newEvaluation
of anMLModel
.AmazonMachineLearningClient.createEvaluation
(CreateEvaluationRequest createEvaluationRequest) Creates a newEvaluation
of anMLModel
.AbstractAmazonMachineLearningAsync.createEvaluationAsync
(CreateEvaluationRequest request) AbstractAmazonMachineLearningAsync.createEvaluationAsync
(CreateEvaluationRequest request, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) AmazonMachineLearningAsync.createEvaluationAsync
(CreateEvaluationRequest createEvaluationRequest) Creates a newEvaluation
of anMLModel
.AmazonMachineLearningAsync.createEvaluationAsync
(CreateEvaluationRequest createEvaluationRequest, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) Creates a newEvaluation
of 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 CreateEvaluationRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.createEvaluationAsync
(CreateEvaluationRequest request, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) AmazonMachineLearningAsync.createEvaluationAsync
(CreateEvaluationRequest createEvaluationRequest, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) Creates a newEvaluation
of anMLModel
.AmazonMachineLearningAsyncClient.createEvaluationAsync
(CreateEvaluationRequest request, AsyncHandler<CreateEvaluationRequest, CreateEvaluationResult> asyncHandler) -
Uses of CreateEvaluationRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return CreateEvaluationRequestModifier and TypeMethodDescriptionCreateEvaluationRequest.clone()
CreateEvaluationRequest.withEvaluationDataSourceId
(String evaluationDataSourceId) The ID of theDataSource
for the evaluation.CreateEvaluationRequest.withEvaluationId
(String evaluationId) A user-supplied ID that uniquely identifies theEvaluation
.CreateEvaluationRequest.withEvaluationName
(String evaluationName) A user-supplied name or description of theEvaluation
.CreateEvaluationRequest.withMLModelId
(String mLModelId) The ID of theMLModel
to evaluate.