Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adjust ¶
func NewAdjust ¶
func NewAdjust(ac *AdjustConfig) *Adjust
NewAdjust creates a new Adjust with constraints.
type AdjustConfig ¶
type AdjustConfig struct { // Increment is multiplied by the number of active evalutors to determine // the active timeout. // Defaults to 100 Microseconds. Increment time.Duration // Max is the maximum Increment multiplier that can be applied as the // current timeout. // If service/tfmodel/batcher/config.BatcherConfig.MaxEvaluatorConcurrency // is set and it is less than Max, then Max will be set to // service/tfmodel/batcher/config.BatcherConfig.MaxEvaluatorConcurrency Max uint32 }
Click to show internal directories.
Click to hide internal directories.