Example
Parameters
string
required
The ID of the specification to unlink datasets from.
list[string]
required
List of dataset IDs to unlink from the specification.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Unlink datasets from a specification.
galtea.specifications.unlink_datasets(
specification_id=accuracy_specification.id,
dataset_ids=[dataset_id],
)