Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.SageMaker.DeleteAlgorithm
Description
Removes the specified algorithm from your account.
Creating a Request
data DeleteAlgorithm Source #
See: newDeleteAlgorithm
smart constructor.
Constructors
DeleteAlgorithm' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteAlgorithm |
Create a value of DeleteAlgorithm
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:
DeleteAlgorithm
, deleteAlgorithm_algorithmName
- The name of the algorithm to delete.
Request Lenses
deleteAlgorithm_algorithmName :: Lens' DeleteAlgorithm Text Source #
The name of the algorithm to delete.
Destructuring the Response
data DeleteAlgorithmResponse Source #
See: newDeleteAlgorithmResponse
smart constructor.
Constructors
DeleteAlgorithmResponse' | |
Instances
newDeleteAlgorithmResponse :: DeleteAlgorithmResponse Source #
Create a value of DeleteAlgorithmResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.