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 |
Deletes a model package.
A model package is used to create Amazon 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 Amazon SageMaker.
Creating a Request
data DeleteModelPackage Source #
See: newDeleteModelPackage
smart constructor.
DeleteModelPackage' | |
|
Instances
newDeleteModelPackage Source #
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:
$sel:modelPackageName: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.
Instances
newDeleteModelPackageResponse :: DeleteModelPackageResponse Source #
Create a value of DeleteModelPackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.