func (collectionClient) Create( ctx context.Context, datasetID uuid.UUID, collectionName string,) (*datasets.Collection, error)Create a collection in the dataset.
Parameters
Section titled “Parameters”datasetID uuid.UUID The id of the dataset
collectionName string The name of the collection
Returns
Section titled “Returns”The created collection object.