Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt

Use this file to discover all available pages before exploring further.

def Dataset.create_collection(name: str) -> Collection
Create a collection in the dataset.

Parameters

name
string
The name of the collection

Returns

The created collection object.
collection = dataset.create_collection("My-collection")