Versions in this module Expand all Collapse all v0 v0.4.0 Aug 12, 2026 v0.3.1 Jul 24, 2026 Changes in this version + const ColumnsJobName + func Lib() (fs.FS, error) + type ColumnsJob struct + func NewColumnsJob(renderer inference.BundleRenderer) *ColumnsJob + func (j *ColumnsJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error) + func (j *ColumnsJob) Name() string + type Input struct + Force bool + Limit int + Model string + Out string + Progress inference.Progress + Spec string + WorkDir string + type Output struct + Files []string + Out string + WorkDir string + func Exec(ctx context.Context, in Input) (Output, error) + type Progress = inference.Progress