Get Model Training Data
transkribus_model_get_train_dataRetrieve training data for a Transkribus model based on its type and ID, enabling analysis or reuse in training workflows.
Instructions
Get the training data for a model by type and ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Model type (e.g. htr, la, ocr) | |
| id | Yes | Resource ID | |
| index | No | Start index (0-based) | |
| nValues | No | Number of values to return |