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.get_or_create_collection(name: str) -> Collection
Get a collection by its name. If the collection does not exist, it will be created.

Parameters

name
string
The name of the collection

Returns

A collection object.
collection = dataset.get_or_create_collection("My-collection")