func (collectionClient) List(
ctx context.Context,
datasetID uuid.UUID,
) ([]*datasets.Collection, error)
List the available collections in a dataset.
Parameters
Returns
A list of collection objects.
collections, err := client.Collections.List(ctx,
datasetID,
)
Errors
The specified dataset does not exist.