Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
dataset = client.datasets.create( name="triage-test-v2", description="Updated triage test cases", project="proj_abc123" )
{ "id": "ds_xyz789", "object": "dataset", "name": "triage-test-v2", "project": "proj_abc123", "sample_count": 0, "created_at": "2024-01-15T10:00:00Z" }
Create a new dataset for evaluation.