ax datasets commands let you create, retrieve, and manage datasets on the Arize platform. Supported file formats: CSV, JSON, JSON Lines, Parquet.
ax datasets list
List all datasets in a space.
| Option | Description |
|---|---|
--space-id | Filter by space ID |
--limit | Maximum number of results to return |
--cursor | Pagination cursor for the next page |
ax datasets get
Retrieve a single dataset by ID.
ax datasets create
Create a new dataset from a local file.
| Option | Description |
|---|---|
--name | Name for the new dataset |
--space-id | Space to create the dataset in |
--file | Path to the data file (CSV, JSON, JSONL, or Parquet) |
ax datasets list_examples
List examples (rows) within a dataset.
| Option | Description |
|---|---|
--version-id | Retrieve examples from a specific dataset version |
--limit | Maximum number of examples to return |
ax datasets delete
Delete a dataset.
| Option | Description |
|---|---|
--force | Skip the confirmation prompt |