Class GetEvaluationResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output of a GetEvaluation operation and describes an
Evaluation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe time that theEvaluationwas created.The AWS user account that invoked the evaluation.TheDataSourceused for this evaluation.The evaluation ID which is same as theEvaluationIdin the request.The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).The time of the most recent edit to theBatchPrediction.A link to the file that contains logs of the CreateEvaluation operation.A description of the most recent details about evaluating theMLModel.The ID of theMLModelthat was the focus of the evaluation.getName()A user-supplied name or description of theEvaluation.Measurements of how well theMLModelperformed using observations referenced by theDataSource.The status of the evaluation.inthashCode()voidsetCreatedAt(Date createdAt) The time that theEvaluationwas created.voidsetCreatedByIamUser(String createdByIamUser) The AWS user account that invoked the evaluation.voidsetEvaluationDataSourceId(String evaluationDataSourceId) TheDataSourceused for this evaluation.voidsetEvaluationId(String evaluationId) The evaluation ID which is same as theEvaluationIdin the request.voidsetInputDataLocationS3(String inputDataLocationS3) The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).voidsetLastUpdatedAt(Date lastUpdatedAt) The time of the most recent edit to theBatchPrediction.voidA link to the file that contains logs of the CreateEvaluation operation.voidsetMessage(String message) A description of the most recent details about evaluating theMLModel.voidsetMLModelId(String mLModelId) The ID of theMLModelthat was the focus of the evaluation.voidA user-supplied name or description of theEvaluation.voidsetPerformanceMetrics(PerformanceMetrics performanceMetrics) Measurements of how well theMLModelperformed using observations referenced by theDataSource.voidsetStatus(EntityStatus status) The status of the evaluation.voidThe status of the evaluation.toString()Returns a string representation of this object; useful for testing and debugging.withCreatedAt(Date createdAt) The time that theEvaluationwas created.withCreatedByIamUser(String createdByIamUser) The AWS user account that invoked the evaluation.withEvaluationDataSourceId(String evaluationDataSourceId) TheDataSourceused for this evaluation.withEvaluationId(String evaluationId) The evaluation ID which is same as theEvaluationIdin the request.withInputDataLocationS3(String inputDataLocationS3) The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).withLastUpdatedAt(Date lastUpdatedAt) The time of the most recent edit to theBatchPrediction.withLogUri(String logUri) A link to the file that contains logs of the CreateEvaluation operation.withMessage(String message) A description of the most recent details about evaluating theMLModel.withMLModelId(String mLModelId) The ID of theMLModelthat was the focus of the evaluation.A user-supplied name or description of theEvaluation.withPerformanceMetrics(PerformanceMetrics performanceMetrics) Measurements of how well theMLModelperformed using observations referenced by theDataSource.withStatus(EntityStatus status) The status of the evaluation.withStatus(String status) The status of the evaluation.
-
Constructor Details
-
GetEvaluationResult
public GetEvaluationResult()
-
-
Method Details
-
setEvaluationId
The evaluation ID which is same as the
EvaluationIdin the request.- Parameters:
evaluationId- The evaluation ID which is same as theEvaluationIdin the request.
-
getEvaluationId
The evaluation ID which is same as the
EvaluationIdin the request.- Returns:
- The evaluation ID which is same as the
EvaluationIdin the request.
-
withEvaluationId
The evaluation ID which is same as the
EvaluationIdin the request.- Parameters:
evaluationId- The evaluation ID which is same as theEvaluationIdin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMLModelId
The ID of the
MLModelthat was the focus of the evaluation.- Parameters:
mLModelId- The ID of theMLModelthat was the focus of the evaluation.
-
getMLModelId
The ID of the
MLModelthat was the focus of the evaluation.- Returns:
- The ID of the
MLModelthat was the focus of the evaluation.
-
withMLModelId
The ID of the
MLModelthat was the focus of the evaluation.- Parameters:
mLModelId- The ID of theMLModelthat was the focus of the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEvaluationDataSourceId
The
DataSourceused for this evaluation.- Parameters:
evaluationDataSourceId- TheDataSourceused for this evaluation.
-
getEvaluationDataSourceId
The
DataSourceused for this evaluation.- Returns:
- The
DataSourceused for this evaluation.
-
withEvaluationDataSourceId
The
DataSourceused for this evaluation.- Parameters:
evaluationDataSourceId- TheDataSourceused for this evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInputDataLocationS3
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
- Parameters:
inputDataLocationS3- The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
-
getInputDataLocationS3
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
- Returns:
- The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
-
withInputDataLocationS3
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
- Parameters:
inputDataLocationS3- The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreatedByIamUser
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.
- Parameters:
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.
-
getCreatedByIamUser
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.
- Returns:
- 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.
-
withCreatedByIamUser
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreatedAt
The time that the
Evaluationwas created. The time is expressed in epoch time.- Parameters:
createdAt- The time that theEvaluationwas created. The time is expressed in epoch time.
-
getCreatedAt
The time that the
Evaluationwas created. The time is expressed in epoch time.- Returns:
- The time that the
Evaluationwas created. The time is expressed in epoch time.
-
withCreatedAt
The time that the
Evaluationwas created. The time is expressed in epoch time.- Parameters:
createdAt- The time that theEvaluationwas created. The time is expressed in epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastUpdatedAt
The time of the most recent edit to the
BatchPrediction. The time is expressed in epoch time.- Parameters:
lastUpdatedAt- The time of the most recent edit to theBatchPrediction. The time is expressed in epoch time.
-
getLastUpdatedAt
The time of the most recent edit to the
BatchPrediction. The time is expressed in epoch time.- Returns:
- The time of the most recent edit to the
BatchPrediction. The time is expressed in epoch time.
-
withLastUpdatedAt
The time of the most recent edit to the
BatchPrediction. The time is expressed in epoch time.- Parameters:
lastUpdatedAt- The time of the most recent edit to theBatchPrediction. The time is expressed in epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
A user-supplied name or description of the
Evaluation.- Parameters:
name- A user-supplied name or description of theEvaluation.
-
getName
A user-supplied name or description of the
Evaluation.- Returns:
- A user-supplied name or description of the
Evaluation.
-
withName
A user-supplied name or description of the
Evaluation.- Parameters:
name- A user-supplied name or description of theEvaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
- Parameters:
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
-
- See Also:
-
-
getStatus
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
- Returns:
- 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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
-
- See Also:
-
-
withStatus
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
- Parameters:
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
setStatus
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
- Parameters:
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
-
- See Also:
-
-
withStatus
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
- Parameters:
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 anMLModel. -
INPROGRESS- The evaluation is underway. -
FAILED- The request to evaluate anMLModeldid not run to completion. It is not usable. -
COMPLETED- The evaluation process completed successfully. -
DELETED- TheEvaluationis marked as deleted. It is not usable.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
setPerformanceMetrics
Measurements of how well the
MLModelperformed using observations referenced by theDataSource. One of the following metric is returned based on the type of theMLModel:-
BinaryAUC: A binary
MLModeluses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: A regression
MLModeluses 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
MLModeluses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
- Parameters:
performanceMetrics- Measurements of how well theMLModelperformed using observations referenced by theDataSource. One of the following metric is returned based on the type of theMLModel:-
BinaryAUC: A binary
MLModeluses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: A regression
MLModeluses 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
MLModeluses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
-
-
-
getPerformanceMetrics
Measurements of how well the
MLModelperformed using observations referenced by theDataSource. One of the following metric is returned based on the type of theMLModel:-
BinaryAUC: A binary
MLModeluses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: A regression
MLModeluses 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
MLModeluses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
- Returns:
- Measurements of how well the
MLModelperformed using observations referenced by theDataSource. One of the following metric is returned based on the type of theMLModel:-
BinaryAUC: A binary
MLModeluses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: A regression
MLModeluses 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
MLModeluses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
-
-
-
withPerformanceMetrics
Measurements of how well the
MLModelperformed using observations referenced by theDataSource. One of the following metric is returned based on the type of theMLModel:-
BinaryAUC: A binary
MLModeluses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: A regression
MLModeluses 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
MLModeluses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
- Parameters:
performanceMetrics- Measurements of how well theMLModelperformed using observations referenced by theDataSource. One of the following metric is returned based on the type of theMLModel:-
BinaryAUC: A binary
MLModeluses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: A regression
MLModeluses 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
MLModeluses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
setLogUri
A link to the file that contains logs of the CreateEvaluation operation.
- Parameters:
logUri- A link to the file that contains logs of the CreateEvaluation operation.
-
getLogUri
A link to the file that contains logs of the CreateEvaluation operation.
- Returns:
- A link to the file that contains logs of the CreateEvaluation operation.
-
withLogUri
A link to the file that contains logs of the CreateEvaluation operation.
- Parameters:
logUri- A link to the file that contains logs of the CreateEvaluation operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessage
A description of the most recent details about evaluating the
MLModel.- Parameters:
message- A description of the most recent details about evaluating theMLModel.
-
getMessage
A description of the most recent details about evaluating the
MLModel.- Returns:
- A description of the most recent details about evaluating the
MLModel.
-
withMessage
A description of the most recent details about evaluating the
MLModel.- Parameters:
message- A description of the most recent details about evaluating theMLModel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-