Update a dataset
Update an existing dataset by its ID.
Payload Requirements
nameis required.namemust be unique within the space (409 Conflict if duplicate).namecannot be empty or whitespace-only.
Valid example
{
"name": "Updated Dataset Name"
}
Invalid example (empty body — no fields provided)
{}
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique dataset identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Body
Body containing dataset update parameters.
New name for the dataset. Must be unique within the space.
Response
A dataset object
A dataset is a structured collection of examples used to test and evaluate LLM applications. Datasets allow you to test models consistently across any real-world scenarios and edge cases, quickly identify regressions, and track measurable improvements.
Unique identifier for the dataset
Name of the dataset
Unique identifier for the space this dataset belongs to
Timestamp for when the dataset was created
Timestamp for the last update of the dataset
List of versions associated with this dataset