amazonka-ml-0.3.5: Amazon Machine Learning SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.UpdateEvaluation

Contents

Description

Updates the EvaluationName of an Evaluation.

You can use the GetEvaluation operation to view the contents of the updated data element.

http://http://docs.aws.amazon.com/machine-learning/latest/APIReference/API_UpdateEvaluation.html

Synopsis

Request

Request constructor

updateEvaluation Source

UpdateEvaluation constructor.

The fields accessible through corresponding lenses are:

Request lenses

ueEvaluationId :: Lens' UpdateEvaluation Text Source

The ID assigned to the Evaluation during creation.

ueEvaluationName :: Lens' UpdateEvaluation Text Source

A new user-supplied name or description of the Evaluation that will replace the current content.

Response

Response constructor

updateEvaluationResponse :: UpdateEvaluationResponse Source

UpdateEvaluationResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

uerEvaluationId :: Lens' UpdateEvaluationResponse (Maybe Text) Source

The ID assigned to the Evaluation during creation. This value should be identical to the value of the Evaluation in the request.