Skip to content

Delete Dataset

lookoutequipment_delete_dataset R 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.

Usage

lookoutequipment_delete_dataset(DatasetName)

Arguments

DatasetName

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

Value

An empty list.

Request syntax

svc$delete_dataset(
  DatasetName = "string"
)