Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
CogBinary string
SDKVersion string
SDKWheel string
FixturesDir string
CleanImages bool
KeepOutputs bool
Parallel bool // Prefix output lines with model name (for parallel execution)
}
Options configures a Runner.
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner orchestrates the test lifecycle. It is safe to call RunModel and BuildModel concurrently from multiple goroutines.
func (*Runner) BuildModel ¶
BuildModel builds a model image only
Click to show internal directories.
Click to hide internal directories.