File size: 803 Bytes
5242e6a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # StartPipelineRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default_font** | Option<**String**> | | [optional]
**pages** | Option<**Vec<uuid::Uuid>**> | `None` → whole project, `Some(pages)` → just those pages. | [optional]
**region** | Option<[**models::Region**](Region.md)> | Optional bounding-box hint for inpainter engines (repair-brush). | [optional]
**steps** | **Vec<String>** | Engine ids (`inventory::submit!` ids) to run in order. |
**system_prompt** | Option<**String**> | | [optional]
**target_language** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|