Get Model Training Data
transkribus_model_get_train_dataRetrieve training data for a model by specifying its type (e.g., htr, la, ocr) and resource ID.
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 |