Skip to main content

ExportToKwargs

Keyword arguments for dataset's export_to method.

Index

Properties

keyword-onlycontent_type

content_type: Literal[json, csv]

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

keyword-onlykey

key: Required[str]

The key under which to save the data.

keyword-onlyto_key_value_store_id

to_key_value_store_id: str

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

keyword-onlyto_key_value_store_name

to_key_value_store_name: str

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