Skip to main content

DatasetCollectionClient

Sub-client for manipulating datasets.

Index

Methods

get_or_create

  • get_or_create(*, name, schema): dict

list

  • list(*, unnamed, limit, offset, desc): ListPage[dict]

  • Parameters

    • optionalkeyword-onlyunnamed: bool | None = None

      Whether to include unnamed datasets in the list.

    • optionalkeyword-onlylimit: int | None = None

      How many datasets to retrieve.

    • optionalkeyword-onlyoffset: int | None = None

      What dataset to include as first when retrieving the list.

    • optionalkeyword-onlydesc: bool | None = None

      Whether to sort the datasets in descending order based on their modification date.

    Returns ListPage[dict]

Page Options