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.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:
$sel:algorithmName: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.