Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelpResponse ¶
type HelpResponse struct {
Arguments map[string]*config.RunArgument `json:"arguments"`
}
type Output ¶
type Output struct { Values map[string]OutputValue SetupTime float64 RunTime float64 }
type OutputValue ¶
type Predictor ¶
type Predictor struct {
// contains filtered or unexported fields
}
func NewPredictor ¶
func NewPredictor(runOptions docker.RunOptions) Predictor
func (*Predictor) Help ¶
func (d *Predictor) Help() (*HelpResponse, error)
Click to show internal directories.
Click to hide internal directories.