ExportToFunction
Index
Methods
Methods
__call__
Parameters
optionalkeyword-onlydataset_id: str | None = None
optionalkeyword-onlydataset_name: str | None = None
keyword-onlykey: Required[str]
The key under which to save the data.
keyword-onlycontent_type: Literal[json, csv]
The format in which to export the data. Either 'json' or 'csv'.
keyword-onlyto_key_value_store_id: str
ID of the key-value store to save the exported file.
keyword-onlyto_key_value_store_name: str
Name of the key-value store to save the exported file.
Returns Coroutine[None, None, None]
Type of a function for exporting data from a dataset.
This helper method simplifies the process of exporting data from a dataset. It opens the specified dataset and then exports its content to the key-value store.