Skip to main content

ExportToKwargs

Keyword arguments for dataset's export_to method.

Index

Properties

keyword-onlyoptionalcontent_type

content_type: NotRequired[Literal[json, csv]]

The format in which to export the data. Either 'json' or 'csv'.

keyword-onlyoptionalkey

key: Required[str]

The key under which to save the data.

keyword-onlyoptionalto_key_value_store_id

to_key_value_store_id: NotRequired[str]

ID of the key-value store to save the exported file.

keyword-onlyoptionalto_key_value_store_name

to_key_value_store_name: NotRequired[str]

Name of the key-value store to save the exported file.