| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.MachineLearning.UpdateEvaluation
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
- data UpdateEvaluation
- updateEvaluation :: Text -> Text -> UpdateEvaluation
- ueEvaluationId :: Lens' UpdateEvaluation Text
- ueEvaluationName :: Lens' UpdateEvaluation Text
- data UpdateEvaluationResponse
- updateEvaluationResponse :: UpdateEvaluationResponse
- uerEvaluationId :: Lens' UpdateEvaluationResponse (Maybe Text)
Request
data UpdateEvaluation Source
Instances
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> UpdateEvaluation |
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.