list_datasets
Retrieve training datasets in your account to locate dataset IDs and names for use in AI Toolkit configurations. Optionally returns full dataset payloads.
Instructions
List training datasets in the caller's account.
Backs ``GET /prod/v1/trainers/datasets``. Use it to find the
``id`` (for upload/status/delete calls) and the ``name`` (for the
``folder_path`` in an AI Toolkit config). The listing carries no
per-file detail — use ``get_dataset_status`` for a dataset's files.
Args:
include_raw: Return each dataset's unabridged payload instead of
the compact summary. Larger response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_raw | No |