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 |
Removes the specified algorithm from your account.
Creating a Request
data DeleteAlgorithm Source #
See: newDeleteAlgorithm
smart constructor.
DeleteAlgorithm' | |
|
Instances
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.
Instances
Eq DeleteAlgorithmResponse Source # | |
Defined in Amazonka.SageMaker.DeleteAlgorithm | |
Read DeleteAlgorithmResponse Source # | |
Show DeleteAlgorithmResponse Source # | |
Defined in Amazonka.SageMaker.DeleteAlgorithm showsPrec :: Int -> DeleteAlgorithmResponse -> ShowS # show :: DeleteAlgorithmResponse -> String # showList :: [DeleteAlgorithmResponse] -> ShowS # | |
Generic DeleteAlgorithmResponse Source # | |
Defined in Amazonka.SageMaker.DeleteAlgorithm type Rep DeleteAlgorithmResponse :: Type -> Type # | |
NFData DeleteAlgorithmResponse Source # | |
Defined in Amazonka.SageMaker.DeleteAlgorithm rnf :: DeleteAlgorithmResponse -> () # | |
type Rep DeleteAlgorithmResponse Source # | |
Defined in Amazonka.SageMaker.DeleteAlgorithm |
newDeleteAlgorithmResponse :: DeleteAlgorithmResponse Source #
Create a value of DeleteAlgorithmResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.