Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand creates a new debug command.
func NewMetricQueryCommand ¶
func NewMetricQueryCommand(o *MetricQueryOptions) *cobra.Command
NewMetricQueryCommand create
Types ¶
type MetricQueryOptions ¶
type MetricQueryOptions struct {
Config *config.OptimizeConfig
commander.IOStreams
Filename string
TrialName string
MetricName string
StartTime string
Duration string
CompletionTime string
}
MetricQueryOptions configure a metric query debugging session.
func (*MetricQueryOptions) Debug ¶
func (o *MetricQueryOptions) Debug() error
type Options ¶
type Options struct {
// Config is the Optimize Configuration
Config *config.OptimizeConfig
}
Options includes the configuration for the subcommands.
Click to show internal directories.
Click to hide internal directories.