Predict.aiDocs
Core concepts

Core concepts

The seven ideas that make everything else in predictAI make sense.

predictAI has a small number of core objects. Once you know what each one is and how they connect, every endpoint in the API reads naturally.

ConceptIn one sentence
WorkspaceThe container everything lives in — data, models, deployments, goals.
SignalA named time series: daily_sales, web_traffic, machine_temp.
SegmentA curated view over signals — the exact table a model trains on.
ModelA trainable artifact: your code, a foundation model, or an upload.
PipelineA training workflow: segment + model(s) + schedule.
TrainingOne run of a pipeline, producing a scored, deployable result.
DeploymentA training promoted to live serving.
GoalAn outcome you want forecast — the platform automates the rest.

Start with the forecasting loop if you want to see how they fit together end to end.