For the complete documentation index, see llms.txt. This page is also available as Markdown.

Spaces (SDK)

client.spaces — saved evaluation configurations.

client.spaces.create(name="my-space", models=[...], dataset_id=..., scorers=[...], judges=[...])
client.spaces.run(space_id)
client.spaces.list()
client.spaces.set_schedule(space_id, cron="0 7 * * *")

See also

Last updated

Was this helpful?