Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InferencePluginOptions ¶
InferencePluginOptions holds the configurations for inference plugin.
func NewInferencePluginOptions ¶
func NewInferencePluginOptions() *InferencePluginOptions
NewInferencePluginOptions creates a new Options with a default config.
func (*InferencePluginOptions) AddFlags ¶
func (o *InferencePluginOptions) AddFlags(fss *cliflag.NamedFlagSets)
AddFlags adds flags to the specified FlagSet.
func (*InferencePluginOptions) ApplyTo ¶
func (o *InferencePluginOptions) ApplyTo(c *inference.InferencePluginConfiguration) error
ApplyTo fills up config with options
Click to show internal directories.
Click to hide internal directories.