SystemPredictionLogs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
SystemPredictionResolutions.SystemPredictionLogId SystemPredictionResolutions_SystemPredictionLogId_fkey C
JobId uuid 2147483647 null
Jobs.id SystemPredictionLogs_JobId_fkey C
model_version text 2147483647 null
score float8 17,17 null
prediction_time timestamptz 35,6 null
metadata jsonb 2147483647 null

JSON blob containing metadata about the prediction (e.g., score reasons, weights)

Indexes

Constraint Name Type Sort Column(s)
SystemPredictionLogs_pkey Primary key Asc id

Relationships