static GetEvaluationResponse.Builder |
GetEvaluationResponse.builder() |
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.computeTime(Long computeTime) |
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
Evaluation, normalized and scaled on computation resources.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.createdAt(Instant createdAt) |
The time that the Evaluation was created.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.createdByIamUser(String createdByIamUser) |
The AWS user account that invoked the evaluation.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.evaluationDataSourceId(String evaluationDataSourceId) |
The DataSource used for this evaluation.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.evaluationId(String evaluationId) |
The evaluation ID which is same as the EvaluationId in the request.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.finishedAt(Instant finishedAt) |
The epoch time when Amazon Machine Learning marked the Evaluation as COMPLETED or
FAILED.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.inputDataLocationS3(String inputDataLocationS3) |
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The time of the most recent edit to the Evaluation.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.logUri(String logUri) |
A link to the file that contains logs of the CreateEvaluation operation.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.message(String message) |
A description of the most recent details about evaluating the MLModel.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.mlModelId(String mlModelId) |
The ID of the MLModel that was the focus of the evaluation.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.name(String name) |
A user-supplied name or description of the Evaluation.
|
default GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.performanceMetrics(Consumer<PerformanceMetrics.Builder> performanceMetrics) |
Measurements of how well the MLModel performed using observations referenced by the
DataSource.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.performanceMetrics(PerformanceMetrics performanceMetrics) |
Measurements of how well the MLModel performed using observations referenced by the
DataSource.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.startedAt(Instant startedAt) |
The epoch time when Amazon Machine Learning marked the Evaluation as INPROGRESS.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.status(String status) |
The status of the evaluation.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.status(EntityStatus status) |
The status of the evaluation.
|
GetEvaluationResponse.Builder |
GetEvaluationResponse.toBuilder() |
|