func (collectionClient) List( ctx context.Context, datasetID uuid.UUID,) ([]*datasets.Collection, error)List the available collections in a dataset.
Parameters
Section titled “Parameters”datasetID uuid.UUID The id of the dataset
Returns
Section titled “Returns”A list of collection objects.
Errors
Section titled “Errors”not_found No such dataset The specified dataset does not exist.