> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/spaces-1.md).

# Spaces (SDK)

client.spaces — saved evaluation configurations.

```python
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

* [Concept: Evaluation spaces](/8.-evaluate-score-the-outputs/evaluation-spaces.md)
* [Premium UI: Spaces](/more-in-this-section-9/spaces-1.md)
