| Method | Scale | Best Use Case |
|---|---|---|
| Single entity | 1 | Testing / debugging / Agents |
| Multi-entity | ≤ 1,000 per request | Small batches |
| Batch prediction | Unlimited | Full scoring pipelines |
Single-Entity Inference
Run inference for a single entity:single-entity
Multi-Entity Inference (≤ 1,000 Entities)
Score multiple specific entities in a single call:multi-entity
Batch Prediction (Full Dataset or Large Batches)
Batch prediction allows scoring all entities. The SDK automatically handles batching and retries.batch-prediction
- batch_size=“max”: automatically uses the largest valid batch size
- num_retries: retry count for transient failures