Uses of Class
com.amazonaws.services.machinelearning.model.GetEvaluationResult
-
Packages that use GetEvaluationResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of GetEvaluationResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return GetEvaluationResult Modifier and Type Method Description GetEvaluationResultAbstractAmazonMachineLearning. getEvaluation(GetEvaluationRequest request)GetEvaluationResultAmazonMachineLearning. getEvaluation(GetEvaluationRequest getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.GetEvaluationResultAmazonMachineLearningClient. getEvaluation(GetEvaluationRequest getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Methods in com.amazonaws.services.machinelearning that return types with arguments of type GetEvaluationResult Modifier and Type Method Description Future<GetEvaluationResult>AbstractAmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest request)Future<GetEvaluationResult>AbstractAmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Future<GetEvaluationResult>AmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Future<GetEvaluationResult>AmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest getEvaluationRequest, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Future<GetEvaluationResult>AmazonMachineLearningAsyncClient. getEvaluationAsync(GetEvaluationRequest request)Future<GetEvaluationResult>AmazonMachineLearningAsyncClient. getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetEvaluationResult Modifier and Type Method Description Future<GetEvaluationResult>AbstractAmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Future<GetEvaluationResult>AmazonMachineLearningAsync. getEvaluationAsync(GetEvaluationRequest getEvaluationRequest, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.Future<GetEvaluationResult>AmazonMachineLearningAsyncClient. getEvaluationAsync(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler) -
Uses of GetEvaluationResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return GetEvaluationResult Modifier and Type Method Description GetEvaluationResultGetEvaluationResult. clone()GetEvaluationResultGetEvaluationResult. withCreatedAt(Date createdAt)The time that theEvaluationwas created.GetEvaluationResultGetEvaluationResult. withCreatedByIamUser(String createdByIamUser)The AWS user account that invoked the evaluation.GetEvaluationResultGetEvaluationResult. withEvaluationDataSourceId(String evaluationDataSourceId)TheDataSourceused for this evaluation.GetEvaluationResultGetEvaluationResult. withEvaluationId(String evaluationId)The evaluation ID which is same as theEvaluationIdin the request.GetEvaluationResultGetEvaluationResult. withInputDataLocationS3(String inputDataLocationS3)The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).GetEvaluationResultGetEvaluationResult. withLastUpdatedAt(Date lastUpdatedAt)The time of the most recent edit to theBatchPrediction.GetEvaluationResultGetEvaluationResult. withLogUri(String logUri)A link to the file that contains logs of the CreateEvaluation operation.GetEvaluationResultGetEvaluationResult. withMessage(String message)A description of the most recent details about evaluating theMLModel.GetEvaluationResultGetEvaluationResult. withMLModelId(String mLModelId)The ID of theMLModelthat was the focus of the evaluation.GetEvaluationResultGetEvaluationResult. withName(String name)A user-supplied name or description of theEvaluation.GetEvaluationResultGetEvaluationResult. withPerformanceMetrics(PerformanceMetrics performanceMetrics)Measurements of how well theMLModelperformed using observations referenced by theDataSource.GetEvaluationResultGetEvaluationResult. withStatus(EntityStatus status)The status of the evaluation.GetEvaluationResultGetEvaluationResult. withStatus(String status)The status of the evaluation.
-