lookoutequipment_delete_dataset: Deletes a dataset and associated artifacts

View source: R/lookoutequipment_operations.R

lookoutequipment_delete_datasetR Documentation

Deletes a dataset and associated artifacts

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.

See https://www.paws-r-sdk.com/docs/lookoutequipment_delete_dataset/ for full documentation.

Usage

lookoutequipment_delete_dataset(DatasetName)

Arguments

DatasetName

[required] The name of the dataset to be deleted.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.