Get Model Training Data
transkribus_model_get_train_dataFetch training data for a model by specifying its type and ID. Retrieve paginated datasets for analysis or validation.
Instructions
Get the training data for a model by type and ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource ID | |
| type | Yes | Model type (e.g. htr, la, ocr) | |
| index | No | Start index (0-based) | |
| nValues | No | Number of values to return |