Remove logs from an existing dataset
remove_logs_from_dataset
method allows you to remove specific logs from a dataset. This is useful for cleaning up datasets or removing outdated or irrelevant logs.
Parameter | Type | Required | Description |
---|---|---|---|
dataset_id | str | Yes | The unique identifier of the dataset |
log_ids | List[str] | Yes | List of log IDs to remove from the dataset |