def add_dataset_entries(
    name: str,
    data: List[Any],
    *,
    project: Optional[str] = None,
    api_key: Optional[str] = None,
) -> List[int]:

source code

Adds entries to an existing dataset in the server.

Arguments:

  • name - Name of the dataset.
  • contents - Contents to add to the dataset.
  • project - Name of the project the dataset belongs to.
  • api_key - If specified, unify API key to be used. Defaults to the value in the