public class GetEvaluationResult extends Object implements Serializable, Cloneable
Represents the output of a GetEvaluation operation and describes an
Evaluation .
| Constructor and Description |
|---|
GetEvaluationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetEvaluationResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time that the
Evaluation was created. |
String |
getCreatedByIamUser()
The AWS user account that invoked the evaluation.
|
String |
getEvaluationDataSourceId()
The
DataSource used for this evaluation. |
String |
getEvaluationId()
The evaluation ID which is same as the
EvaluationId in
the request. |
String |
getInputDataLocationS3()
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
Date |
getLastUpdatedAt()
The time of the most recent edit to the
BatchPrediction. |
String |
getLogUri()
A link to the file that contains logs of the CreateEvaluation
operation.
|
String |
getMessage()
A description of the most recent details about evaluating the
MLModel. |
String |
getMLModelId()
The ID of the
MLModel that was the focus of the
evaluation. |
String |
getName()
A user-supplied name or description of the
Evaluation. |
PerformanceMetrics |
getPerformanceMetrics()
Measurements of how well the
MLModel performed using
observations referenced by the DataSource. |
String |
getStatus()
The status of the evaluation.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The time that the
Evaluation was created. |
void |
setCreatedByIamUser(String createdByIamUser)
The AWS user account that invoked the evaluation.
|
void |
setEvaluationDataSourceId(String evaluationDataSourceId)
The
DataSource used for this evaluation. |
void |
setEvaluationId(String evaluationId)
The evaluation ID which is same as the
EvaluationId in
the request. |
void |
setInputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the
BatchPrediction. |
void |
setLogUri(String logUri)
A link to the file that contains logs of the CreateEvaluation
operation.
|
void |
setMessage(String message)
A description of the most recent details about evaluating the
MLModel. |
void |
setMLModelId(String mLModelId)
The ID of the
MLModel that was the focus of the
evaluation. |
void |
setName(String name)
A user-supplied name or description of the
Evaluation. |
void |
setPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using
observations referenced by the DataSource. |
void |
setStatus(EntityStatus status)
The status of the evaluation.
|
void |
setStatus(String status)
The status of the evaluation.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetEvaluationResult |
withCreatedAt(Date createdAt)
The time that the
Evaluation was created. |
GetEvaluationResult |
withCreatedByIamUser(String createdByIamUser)
The AWS user account that invoked the evaluation.
|
GetEvaluationResult |
withEvaluationDataSourceId(String evaluationDataSourceId)
The
DataSource used for this evaluation. |
GetEvaluationResult |
withEvaluationId(String evaluationId)
The evaluation ID which is same as the
EvaluationId in
the request. |
GetEvaluationResult |
withInputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
GetEvaluationResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the
BatchPrediction. |
GetEvaluationResult |
withLogUri(String logUri)
A link to the file that contains logs of the CreateEvaluation
operation.
|
GetEvaluationResult |
withMessage(String message)
A description of the most recent details about evaluating the
MLModel. |
GetEvaluationResult |
withMLModelId(String mLModelId)
The ID of the
MLModel that was the focus of the
evaluation. |
GetEvaluationResult |
withName(String name)
A user-supplied name or description of the
Evaluation. |
GetEvaluationResult |
withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using
observations referenced by the DataSource. |
GetEvaluationResult |
withStatus(EntityStatus status)
The status of the evaluation.
|
GetEvaluationResult |
withStatus(String status)
The status of the evaluation.
|
public String getEvaluationId()
EvaluationId in
the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
EvaluationId in
the request.public void setEvaluationId(String evaluationId)
EvaluationId in
the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
evaluationId - The evaluation ID which is same as the EvaluationId in
the request.public GetEvaluationResult withEvaluationId(String evaluationId)
EvaluationId in
the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
evaluationId - The evaluation ID which is same as the EvaluationId in
the request.public String getMLModelId()
MLModel that was the focus of the
evaluation.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
MLModel that was the focus of the
evaluation.public void setMLModelId(String mLModelId)
MLModel that was the focus of the
evaluation.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId - The ID of the MLModel that was the focus of the
evaluation.public GetEvaluationResult withMLModelId(String mLModelId)
MLModel that was the focus of the
evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId - The ID of the MLModel that was the focus of the
evaluation.public String getEvaluationDataSourceId()
DataSource used for this evaluation.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
DataSource used for this evaluation.public void setEvaluationDataSourceId(String evaluationDataSourceId)
DataSource used for this evaluation.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
evaluationDataSourceId - The DataSource used for this evaluation.public GetEvaluationResult withEvaluationDataSourceId(String evaluationDataSourceId)
DataSource used for this evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
evaluationDataSourceId - The DataSource used for this evaluation.public String getInputDataLocationS3()
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
public void setInputDataLocationS3(String inputDataLocationS3)
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
inputDataLocationS3 - The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).public GetEvaluationResult withInputDataLocationS3(String inputDataLocationS3)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
inputDataLocationS3 - The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).public String getCreatedByIamUser()
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
public void setCreatedByIamUser(String createdByIamUser)
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
createdByIamUser - The AWS user account that invoked the evaluation. The account type can
be either an AWS root account or an AWS Identity and Access Management
(IAM) user account.public GetEvaluationResult withCreatedByIamUser(String createdByIamUser)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
createdByIamUser - The AWS user account that invoked the evaluation. The account type can
be either an AWS root account or an AWS Identity and Access Management
(IAM) user account.public Date getCreatedAt()
Evaluation was created. The time is
expressed in epoch time.Evaluation was created. The time is
expressed in epoch time.public void setCreatedAt(Date createdAt)
Evaluation was created. The time is
expressed in epoch time.createdAt - The time that the Evaluation was created. The time is
expressed in epoch time.public GetEvaluationResult withCreatedAt(Date createdAt)
Evaluation was created. The time is
expressed in epoch time.
Returns a reference to this object so that method calls can be chained together.
createdAt - The time that the Evaluation was created. The time is
expressed in epoch time.public Date getLastUpdatedAt()
BatchPrediction.
The time is expressed in epoch time.BatchPrediction.
The time is expressed in epoch time.public void setLastUpdatedAt(Date lastUpdatedAt)
BatchPrediction.
The time is expressed in epoch time.lastUpdatedAt - The time of the most recent edit to the BatchPrediction.
The time is expressed in epoch time.public GetEvaluationResult withLastUpdatedAt(Date lastUpdatedAt)
BatchPrediction.
The time is expressed in epoch time.
Returns a reference to this object so that method calls can be chained together.
lastUpdatedAt - The time of the most recent edit to the BatchPrediction.
The time is expressed in epoch time.public String getName()
Evaluation.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
Evaluation.public void setName(String name)
Evaluation.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
name - A user-supplied name or description of the Evaluation.public GetEvaluationResult withName(String name)
Evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
name - A user-supplied name or description of the Evaluation.public String getStatus()
PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.EntityStatuspublic void setStatus(String status)
PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status - The status of the evaluation. This element can have one of the
following values: PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.EntityStatuspublic GetEvaluationResult withStatus(String status)
PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status - The status of the evaluation. This element can have one of the
following values: PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.EntityStatuspublic void setStatus(EntityStatus status)
PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status - The status of the evaluation. This element can have one of the
following values: PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.EntityStatuspublic GetEvaluationResult withStatus(EntityStatus status)
PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status - The status of the evaluation. This element can have one of the
following values: PENDING - Amazon Machine
Language (Amazon ML) submitted a request to evaluate an
MLModel.INPROGRESS - The
evaluation is underway.FAILED - The request to
evaluate an MLModel did not run to completion. It is not
usable.COMPLETED - The evaluation process
completed successfully.DELETED - The
Evaluation is marked as deleted. It is not usable.EntityStatuspublic PerformanceMetrics getPerformanceMetrics()
MLModel performed using
observations referenced by the DataSource. One of the
following metric is returned based on the type of the
MLModel: BinaryAUC: A binary
MLModel uses the Area Under the Curve (AUC) technique to
measure performance.
RegressionRMSE: A regression
MLModel uses the Root Mean Square Error (RMSE) technique
to measure performance. RMSE measures the difference between predicted
and actual values for a single variable.
MulticlassAvgFScore: A multiclass MLModel uses the
F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
MLModel performed using
observations referenced by the DataSource. One of the
following metric is returned based on the type of the
MLModel: BinaryAUC: A binary
MLModel uses the Area Under the Curve (AUC) technique to
measure performance.
RegressionRMSE: A regression
MLModel uses the Root Mean Square Error (RMSE) technique
to measure performance. RMSE measures the difference between predicted
and actual values for a single variable.
MulticlassAvgFScore: A multiclass MLModel uses the
F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
public void setPerformanceMetrics(PerformanceMetrics performanceMetrics)
MLModel performed using
observations referenced by the DataSource. One of the
following metric is returned based on the type of the
MLModel: BinaryAUC: A binary
MLModel uses the Area Under the Curve (AUC) technique to
measure performance.
RegressionRMSE: A regression
MLModel uses the Root Mean Square Error (RMSE) technique
to measure performance. RMSE measures the difference between predicted
and actual values for a single variable.
MulticlassAvgFScore: A multiclass MLModel uses the
F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
performanceMetrics - Measurements of how well the MLModel performed using
observations referenced by the DataSource. One of the
following metric is returned based on the type of the
MLModel: BinaryAUC: A binary
MLModel uses the Area Under the Curve (AUC) technique to
measure performance.
RegressionRMSE: A regression
MLModel uses the Root Mean Square Error (RMSE) technique
to measure performance. RMSE measures the difference between predicted
and actual values for a single variable.
MulticlassAvgFScore: A multiclass MLModel uses the
F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
public GetEvaluationResult withPerformanceMetrics(PerformanceMetrics performanceMetrics)
MLModel performed using
observations referenced by the DataSource. One of the
following metric is returned based on the type of the
MLModel: BinaryAUC: A binary
MLModel uses the Area Under the Curve (AUC) technique to
measure performance.
RegressionRMSE: A regression
MLModel uses the Root Mean Square Error (RMSE) technique
to measure performance. RMSE measures the difference between predicted
and actual values for a single variable.
MulticlassAvgFScore: A multiclass MLModel uses the
F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
Returns a reference to this object so that method calls can be chained together.
performanceMetrics - Measurements of how well the MLModel performed using
observations referenced by the DataSource. One of the
following metric is returned based on the type of the
MLModel: BinaryAUC: A binary
MLModel uses the Area Under the Curve (AUC) technique to
measure performance.
RegressionRMSE: A regression
MLModel uses the Root Mean Square Error (RMSE) technique
to measure performance. RMSE measures the difference between predicted
and actual values for a single variable.
MulticlassAvgFScore: A multiclass MLModel uses the
F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
public String getLogUri()
public void setLogUri(String logUri)
logUri - A link to the file that contains logs of the CreateEvaluation
operation.public GetEvaluationResult withLogUri(String logUri)
Returns a reference to this object so that method calls can be chained together.
logUri - A link to the file that contains logs of the CreateEvaluation
operation.public String getMessage()
MLModel.
Constraints:
Length: 0 - 10240
MLModel.public void setMessage(String message)
MLModel.
Constraints:
Length: 0 - 10240
message - A description of the most recent details about evaluating the
MLModel.public GetEvaluationResult withMessage(String message)
MLModel.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10240
message - A description of the most recent details about evaluating the
MLModel.public String toString()
toString in class ObjectObject.toString()public GetEvaluationResult clone()
Copyright © 2015. All rights reserved.