Skip to main content

DatasetCollectionClientAsync

Async sub-client for manipulating datasets.

Index

Methods

get_or_create

  • async get_or_create(*, name, schema): dict

list

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

  • Parameters

    • keyword-onlyunnamed: bool | None = None

      Whether to include unnamed datasets in the list

    • keyword-onlylimit: int | None = None

      How many datasets to retrieve

    • keyword-onlyoffset: int | None = None

      What dataset to include as first when retrieving the list

    • keyword-onlydesc: bool | None = None

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

    Returns ListPage[dict]

    The list of available datasets matching the specified filters.

Page Options