Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
Evaluation |
Evaluation.clone() |
Evaluation |
Evaluation.withCreatedAt(Date createdAt)
The time that the
Evaluation was created. |
Evaluation |
Evaluation.withCreatedByIamUser(String createdByIamUser)
The AWS user account that invoked the evaluation.
|
Evaluation |
Evaluation.withEvaluationDataSourceId(String evaluationDataSourceId)
The ID of the
DataSource that is used to evaluate the
MLModel . |
Evaluation |
Evaluation.withEvaluationId(String evaluationId)
The ID that is assigned to the
Evaluation at creation. |
Evaluation |
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 |
Evaluation.withLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the
Evaluation . |
Evaluation |
Evaluation.withMessage(String message)
A description of the most recent details about evaluating the
MLModel . |
Evaluation |
Evaluation.withMLModelId(String mLModelId)
The ID of the
MLModel that is the focus of the evaluation. |
Evaluation |
Evaluation.withName(String name)
A user-supplied name or description of the
Evaluation . |
Evaluation |
Evaluation.withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed, using
observations referenced by the DataSource . |
Evaluation |
Evaluation.withStatus(EntityStatus status)
The status of the evaluation.
|
Evaluation |
Evaluation.withStatus(String status)
The status of the evaluation.
|
Modifier and Type | Method and Description |
---|---|
List<Evaluation> |
DescribeEvaluationsResult.getResults()
A list of Evaluation that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
DescribeEvaluationsResult |
DescribeEvaluationsResult.withResults(Evaluation... results)
A list of Evaluation that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEvaluationsResult.setResults(Collection<Evaluation> results)
A list of Evaluation that meet the search criteria.
|
DescribeEvaluationsResult |
DescribeEvaluationsResult.withResults(Collection<Evaluation> results)
A list of Evaluation that meet the search criteria.
|
Copyright © 2018. All rights reserved.