Predict.aiDocs

Glossary

Every term the docs use, in one place.

TermDefinition
AdapterA small fine-tuned layer on top of a foundation model, specializing it to your data without retraining the foundation model itself.
AlertA condition attached to a goal's forecast (threshold, change, anomaly) that fires notifications and realtime events when met.
BYOMBring Your Own Model — upload a model trained elsewhere, validate it, and register it in the catalog.
ChampionThe best-scoring completed training — the one serving (or eligible to serve) live traffic.
Channel (notifications)A delivery destination for notifications: email, webhook, and similar.
Channel (realtime)A WebSocket subscription target: workspace:{id}, goal:{id}, or user:{id}.
CreditsThe platform currency. Metered actions (training, inference, discovery) consume credits.
DeploymentA training promoted to live serving; carries status, serving mode, and usage.
Discovery runOne pass of a goal's automation: profile the target, find drivers, run the tournament, deploy the champion.
DriverA signal the discovery engine found to influence a goal's target, with a lag and strength.
Foundation modelA large pretrained time-series model (any family — predictfm, Chronos-Bolt, TimesFM, …) usable zero-shot or with adapters.
GoalA declared forecasting outcome (target_key + goal_type) that the platform automates end to end.
InferenceOne prediction request against a deployment (directly, or via a pipeline/goal alias).
ModelA trainable artifact: custom, foundation, or byom.
Model poolA pipeline's models list — every entry trains each run on the same data, and the best score becomes the promotion candidate.
OrganizationA group of people and workspaces with shared billing and role-based membership.
PipelineA training workflow binding a segment to one or more models with a schedule and promotion policy.
PromotionThe act of putting a training into live serving — creating a deployment.
Promotion policyA pipeline's rule for handling a winning training: deploy automatically or await manual approval.
Relationship graphThe network of scored, lagged influence edges a goal's discovery builds around its target.
ScenarioA what-if simulation over a goal's relationship graph ("what happens to sales if traffic drops 20%?").
Scope (token)A permission on an API token, shaped <resource>.<action> (e.g. inferences.create).
SegmentA curated view over signals — the exact table a model trains on.
Shared / dedicated servingThe two deployment modes: multi-tenant pool vs reserved, explicitly scalable capacity.
SignalA named time series; the atomic unit of data.
TournamentA goal's model competition: candidates train on discovered drivers and the best becomes champion.
TrainingOne run of a pipeline: train, evaluate, score, record.
WorkspaceThe tenancy container everything belongs to; selected per-request with X-Workspace-Id.