| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static Evaluation.Builder |
Evaluation.builder() |
Evaluation.Builder |
Evaluation.Builder.computeTime(Long computeTime)
Sets the value of the ComputeTime property for this object.
|
Evaluation.Builder |
Evaluation.Builder.createdAt(Instant createdAt)
The time that the
Evaluation was created. |
Evaluation.Builder |
Evaluation.Builder.createdByIamUser(String createdByIamUser)
The AWS user account that invoked the evaluation.
|
Evaluation.Builder |
Evaluation.Builder.evaluationDataSourceId(String evaluationDataSourceId)
The ID of the
DataSource that is used to evaluate the MLModel. |
Evaluation.Builder |
Evaluation.Builder.evaluationId(String evaluationId)
The ID that is assigned to the
Evaluation at creation. |
Evaluation.Builder |
Evaluation.Builder.finishedAt(Instant finishedAt)
Sets the value of the FinishedAt property for this object.
|
Evaluation.Builder |
Evaluation.Builder.inputDataLocationS3(String inputDataLocationS3)
The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
|
Evaluation.Builder |
Evaluation.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time of the most recent edit to the
Evaluation. |
Evaluation.Builder |
Evaluation.Builder.message(String message)
A description of the most recent details about evaluating the
MLModel. |
Evaluation.Builder |
Evaluation.Builder.mlModelId(String mlModelId)
The ID of the
MLModel that is the focus of the evaluation. |
Evaluation.Builder |
Evaluation.Builder.name(String name)
A user-supplied name or description of the
Evaluation. |
default Evaluation.Builder |
Evaluation.Builder.performanceMetrics(Consumer<PerformanceMetrics.Builder> performanceMetrics)
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
Evaluation.Builder |
Evaluation.Builder.performanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
Evaluation.Builder |
Evaluation.Builder.startedAt(Instant startedAt)
Sets the value of the StartedAt property for this object.
|
Evaluation.Builder |
Evaluation.Builder.status(EntityStatus status)
The status of the evaluation.
|
Evaluation.Builder |
Evaluation.Builder.status(String status)
The status of the evaluation.
|
Evaluation.Builder |
Evaluation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Evaluation.Builder> |
Evaluation.serializableBuilderClass() |
Copyright © 2021. All rights reserved.