| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MachineLearning.Types.Evaluation
Description
Synopsis
- data Evaluation = Evaluation' {
- computeTime :: Maybe Integer
- createdAt :: Maybe POSIX
- createdByIamUser :: Maybe Text
- evaluationDataSourceId :: Maybe Text
- evaluationId :: Maybe Text
- finishedAt :: Maybe POSIX
- inputDataLocationS3 :: Maybe Text
- lastUpdatedAt :: Maybe POSIX
- mLModelId :: Maybe Text
- message :: Maybe Text
- name :: Maybe Text
- performanceMetrics :: Maybe PerformanceMetrics
- startedAt :: Maybe POSIX
- status :: Maybe EntityStatus
- newEvaluation :: Evaluation
- evaluation_computeTime :: Lens' Evaluation (Maybe Integer)
- evaluation_createdAt :: Lens' Evaluation (Maybe UTCTime)
- evaluation_createdByIamUser :: Lens' Evaluation (Maybe Text)
- evaluation_evaluationDataSourceId :: Lens' Evaluation (Maybe Text)
- evaluation_evaluationId :: Lens' Evaluation (Maybe Text)
- evaluation_finishedAt :: Lens' Evaluation (Maybe UTCTime)
- evaluation_inputDataLocationS3 :: Lens' Evaluation (Maybe Text)
- evaluation_lastUpdatedAt :: Lens' Evaluation (Maybe UTCTime)
- evaluation_mLModelId :: Lens' Evaluation (Maybe Text)
- evaluation_message :: Lens' Evaluation (Maybe Text)
- evaluation_name :: Lens' Evaluation (Maybe Text)
- evaluation_performanceMetrics :: Lens' Evaluation (Maybe PerformanceMetrics)
- evaluation_startedAt :: Lens' Evaluation (Maybe UTCTime)
- evaluation_status :: Lens' Evaluation (Maybe EntityStatus)
Documentation
data Evaluation Source #
Represents the output of GetEvaluation operation.
The content consists of the detailed metadata and data file information
and the current status of the Evaluation.
See: newEvaluation smart constructor.
Constructors
| Evaluation' | |
Fields
| |
Instances
newEvaluation :: Evaluation Source #
Create a value of Evaluation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:computeTime:Evaluation', evaluation_computeTime - Undocumented member.
$sel:createdAt:Evaluation', evaluation_createdAt - The time that the Evaluation was created. The time is expressed in
epoch time.
$sel:createdByIamUser:Evaluation', evaluation_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.
$sel:evaluationDataSourceId:Evaluation', evaluation_evaluationDataSourceId - The ID of the DataSource that is used to evaluate the MLModel.
$sel:evaluationId:Evaluation', evaluation_evaluationId - The ID that is assigned to the Evaluation at creation.
$sel:finishedAt:Evaluation', evaluation_finishedAt - Undocumented member.
$sel:inputDataLocationS3:Evaluation', evaluation_inputDataLocationS3 - The location and name of the data in Amazon Simple Storage Server
(Amazon S3) that is used in the evaluation.
$sel:lastUpdatedAt:Evaluation', evaluation_lastUpdatedAt - The time of the most recent edit to the Evaluation. The time is
expressed in epoch time.
$sel:mLModelId:Evaluation', evaluation_mLModelId - The ID of the MLModel that is the focus of the evaluation.
$sel:message:Evaluation', evaluation_message - A description of the most recent details about evaluating the MLModel.
$sel:name:Evaluation', evaluation_name - A user-supplied name or description of the Evaluation.
$sel:performanceMetrics:Evaluation', evaluation_performanceMetrics - Measurements of how well the MLModel performed, using observations
referenced by the DataSource. One of the following metrics is
returned, based on the type of the MLModel:
- 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.
$sel:startedAt:Evaluation', evaluation_startedAt - Undocumented member.
$sel:status:Evaluation', evaluation_status - The status of the evaluation. This element can have one of the following
values:
PENDING- Amazon Machine Learning (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.
evaluation_computeTime :: Lens' Evaluation (Maybe Integer) Source #
Undocumented member.
evaluation_createdAt :: Lens' Evaluation (Maybe UTCTime) Source #
The time that the Evaluation was created. The time is expressed in
epoch time.
evaluation_createdByIamUser :: Lens' Evaluation (Maybe Text) Source #
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.
evaluation_evaluationDataSourceId :: Lens' Evaluation (Maybe Text) Source #
The ID of the DataSource that is used to evaluate the MLModel.
evaluation_evaluationId :: Lens' Evaluation (Maybe Text) Source #
The ID that is assigned to the Evaluation at creation.
evaluation_finishedAt :: Lens' Evaluation (Maybe UTCTime) Source #
Undocumented member.
evaluation_inputDataLocationS3 :: Lens' Evaluation (Maybe Text) Source #
The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
evaluation_lastUpdatedAt :: Lens' Evaluation (Maybe UTCTime) Source #
The time of the most recent edit to the Evaluation. The time is
expressed in epoch time.
evaluation_mLModelId :: Lens' Evaluation (Maybe Text) Source #
The ID of the MLModel that is the focus of the evaluation.
evaluation_message :: Lens' Evaluation (Maybe Text) Source #
A description of the most recent details about evaluating the MLModel.
evaluation_name :: Lens' Evaluation (Maybe Text) Source #
A user-supplied name or description of the Evaluation.
evaluation_performanceMetrics :: Lens' Evaluation (Maybe PerformanceMetrics) Source #
Measurements of how well the MLModel performed, using observations
referenced by the DataSource. One of the following metrics is
returned, based on the type of the MLModel:
- 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.
evaluation_startedAt :: Lens' Evaluation (Maybe UTCTime) Source #
Undocumented member.
evaluation_status :: Lens' Evaluation (Maybe EntityStatus) Source #
The status of the evaluation. This element can have one of the following values:
PENDING- Amazon Machine Learning (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.