Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Evaluation> |
DescribeEvaluationsResult.results
A list of Evaluation that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
Evaluation |
Evaluation.clone() |
Evaluation |
Evaluation.withCreatedAt(java.util.Date createdAt)
The time that the
Evaluation was created. |
Evaluation |
Evaluation.withCreatedByIamUser(java.lang.String createdByIamUser)
The AWS user account that invoked the evaluation.
|
Evaluation |
Evaluation.withEvaluationDataSourceId(java.lang.String evaluationDataSourceId)
The ID of the
DataSource that is used to evaluate the
MLModel . |
Evaluation |
Evaluation.withEvaluationId(java.lang.String evaluationId)
The ID that is assigned to the
Evaluation at creation. |
Evaluation |
Evaluation.withInputDataLocationS3(java.lang.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(java.util.Date lastUpdatedAt)
The time of the most recent edit to the
Evaluation . |
Evaluation |
Evaluation.withMessage(java.lang.String message)
A description of the most recent details about evaluating the
MLModel . |
Evaluation |
Evaluation.withMLModelId(java.lang.String mLModelId)
The ID of the
MLModel that is the focus of the evaluation. |
Evaluation |
Evaluation.withName(java.lang.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(java.lang.String status)
The status of the evaluation.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Evaluation> results)
A list of Evaluation that meet the search criteria.
|
DescribeEvaluationsResult |
DescribeEvaluationsResult.withResults(java.util.Collection<Evaluation> results)
A list of Evaluation that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
Evaluation |
EvaluationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluationJsonMarshaller.marshall(Evaluation evaluation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|