amazonka-ml-0.3.6: Amazon Machine Learning SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.DeleteMLModel

Contents

Description

Assigns the DELETED status to an MLModel, rendering it unusable.

After using the DeleteMLModel operation, you can use the GetMLModel operation to verify that the status of the MLModel changed to DELETED.

Caution The result of the DeleteMLModel operation is irreversible.

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

Synopsis

Request

Request constructor

deleteMLModel Source

DeleteMLModel constructor.

The fields accessible through corresponding lenses are:

Request lenses

dmlmMLModelId :: Lens' DeleteMLModel Text Source

A user-supplied ID that uniquely identifies the MLModel.

Response

Response constructor

deleteMLModelResponse :: DeleteMLModelResponse Source

DeleteMLModelResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dmlmrMLModelId :: Lens' DeleteMLModelResponse (Maybe Text) Source

A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelID in the request.