| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SageMaker.DeleteModel
Description
Deletes a model. The DeleteModel API deletes only the model entry that was created in Amazon SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.
Creating a Request
Arguments
| :: Text | |
| -> DeleteModel |
Creates a value of DeleteModel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dmModelName- The name of the model to delete.
data DeleteModel Source #
See: deleteModel smart constructor.
Instances
Request Lenses
dmModelName :: Lens' DeleteModel Text Source #
The name of the model to delete.
Destructuring the Response
deleteModelResponse :: DeleteModelResponse Source #
Creates a value of DeleteModelResponse with the minimum fields required to make a request.
data DeleteModelResponse Source #
See: deleteModelResponse smart constructor.