amazonka-ml-1.2.0: Amazon Machine Learning SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for UpdateEvaluation.

Synopsis

Creating a Request

updateEvaluation Source

Creates a value of UpdateEvaluation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

updateEvaluationResponse Source

Creates a value of UpdateEvaluationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UpdateEvaluationResponse Source

Represents the output of an UpdateEvaluation operation.

You can see the updated content by using the GetEvaluation operation.

See: updateEvaluationResponse smart constructor.

Response Lenses

uersEvaluationId :: 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.

uersStatus :: Lens' UpdateEvaluationResponse Int Source

The response status code.