Copyright | (c) 2013-2021 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 |
Amazonka.LookoutEquipment.DeleteModel
Description
Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.
Synopsis
Creating a Request
data DeleteModel Source #
See: newDeleteModel
smart constructor.
Constructors
DeleteModel' | |
Instances
Arguments
:: Text | |
-> DeleteModel |
Create a value of DeleteModel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:modelName:DeleteModel'
, deleteModel_modelName
- The name of the ML model to be deleted.
Request Lenses
deleteModel_modelName :: Lens' DeleteModel Text Source #
The name of the ML model to be deleted.
Destructuring the Response
data DeleteModelResponse Source #
See: newDeleteModelResponse
smart constructor.
Constructors
DeleteModelResponse' | |
Instances
newDeleteModelResponse :: DeleteModelResponse Source #
Create a value of DeleteModelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.