| 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.DeleteModelPackage
Description
Deletes a model package.
A model package is used to create SageMaker models or list on Amazon Web Services Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.
Creating a Request
data DeleteModelPackage Source #
See: newDeleteModelPackage smart constructor.
Constructors
| DeleteModelPackage' | |
Fields 
  | |
Instances
newDeleteModelPackage Source #
Arguments
| :: Text | |
| -> DeleteModelPackage | 
Create a value of DeleteModelPackage 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:
DeleteModelPackage, deleteModelPackage_modelPackageName - The name or Amazon Resource Name (ARN) of the model package to delete.
When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
Request Lenses
deleteModelPackage_modelPackageName :: Lens' DeleteModelPackage Text Source #
The name or Amazon Resource Name (ARN) of the model package to delete.
When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
Destructuring the Response
data DeleteModelPackageResponse Source #
See: newDeleteModelPackageResponse smart constructor.
Constructors
| DeleteModelPackageResponse' | |
Instances
newDeleteModelPackageResponse :: DeleteModelPackageResponse Source #
Create a value of DeleteModelPackageResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.