Uses of Class
com.amazonaws.services.machinelearning.model.Evaluation
Packages that use Evaluation
-
Uses of Evaluation in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return EvaluationModifier and TypeMethodDescriptionEvaluation.clone()
Evaluation.withCreatedAt
(Date createdAt) The time that theEvaluation
was created.Evaluation.withCreatedByIamUser
(String createdByIamUser) The AWS user account that invoked the evaluation.Evaluation.withEvaluationDataSourceId
(String evaluationDataSourceId) The ID of theDataSource
that is used to evaluate theMLModel
.Evaluation.withEvaluationId
(String evaluationId) The ID that is assigned to theEvaluation
at creation.Evaluation.withInputDataLocationS3
(String inputDataLocationS3) The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.Evaluation.withLastUpdatedAt
(Date lastUpdatedAt) The time of the most recent edit to theEvaluation
.Evaluation.withMessage
(String message) A description of the most recent details about evaluating theMLModel
.Evaluation.withMLModelId
(String mLModelId) The ID of theMLModel
that is the focus of the evaluation.A user-supplied name or description of theEvaluation
.Evaluation.withPerformanceMetrics
(PerformanceMetrics performanceMetrics) Measurements of how well theMLModel
performed, using observations referenced by theDataSource
.Evaluation.withStatus
(EntityStatus status) The status of the evaluation.Evaluation.withStatus
(String status) The status of the evaluation.Methods in com.amazonaws.services.machinelearning.model that return types with arguments of type EvaluationModifier and TypeMethodDescriptionDescribeEvaluationsResult.getResults()
A list of Evaluation that meet the search criteria.Methods in com.amazonaws.services.machinelearning.model with parameters of type EvaluationModifier and TypeMethodDescriptionDescribeEvaluationsResult.withResults
(Evaluation... results) A list of Evaluation that meet the search criteria.Method parameters in com.amazonaws.services.machinelearning.model with type arguments of type EvaluationModifier and TypeMethodDescriptionvoid
DescribeEvaluationsResult.setResults
(Collection<Evaluation> results) A list of Evaluation that meet the search criteria.DescribeEvaluationsResult.withResults
(Collection<Evaluation> results) A list of Evaluation that meet the search criteria.