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.LookoutEquipment.DeleteDataset
Description
Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.
Creating a Request
data DeleteDataset Source #
See: newDeleteDataset
smart constructor.
Constructors
DeleteDataset' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteDataset |
Create a value of DeleteDataset
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:
DeleteDataset
, deleteDataset_datasetName
- The name of the dataset to be deleted.
Request Lenses
deleteDataset_datasetName :: Lens' DeleteDataset Text Source #
The name of the dataset to be deleted.
Destructuring the Response
data DeleteDatasetResponse Source #
See: newDeleteDatasetResponse
smart constructor.
Constructors
DeleteDatasetResponse' | |
Instances
newDeleteDatasetResponse :: DeleteDatasetResponse Source #
Create a value of DeleteDatasetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.