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.
|