Skip to main content

Function: listDatasetProjects()

function listDatasetProjects(options: object): Promise<DatasetProject[]>;
Defined in: src/utils/datasets.ts Lists all projects that use a dataset. Delegates to Datasets.listProjects().

Parameters

options

The options used to locate the dataset.

datasetId?

string (Optional) The ID of the dataset.

datasetName?

string (Optional) The name of the dataset.

limit?

number (Optional) The maximum number of projects to return.

Returns

Promise<DatasetProject[]> A promise that resolves to the list of projects that use the dataset.