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.DeleteModelCard
Description
Deletes an Amazon SageMaker Model Card.
Creating a Request
data DeleteModelCard Source #
See: newDeleteModelCard
smart constructor.
Constructors
DeleteModelCard' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteModelCard |
Create a value of DeleteModelCard
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:
DeleteModelCard
, deleteModelCard_modelCardName
- The name of the model card to delete.
Request Lenses
deleteModelCard_modelCardName :: Lens' DeleteModelCard Text Source #
The name of the model card to delete.
Destructuring the Response
data DeleteModelCardResponse Source #
See: newDeleteModelCardResponse
smart constructor.
Constructors
DeleteModelCardResponse' | |
Instances
newDeleteModelCardResponse :: DeleteModelCardResponse Source #
Create a value of DeleteModelCardResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.