You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Were are currently managing Scale settings such as scale.min and scale.max on each and every vertex. We normally keep them the same across vertices, leading to manifest boilerplate and need for Helm parametrization.
Would it be possible to extend the API so Scale can be provided on the Pipeline level, acting as global defaults?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Were are currently managing Scale settings such as
scale.min
andscale.max
on each and every vertex. We normally keep them the same across vertices, leading to manifest boilerplate and need for Helm parametrization.Would it be possible to extend the API so Scale can be provided on the Pipeline level, acting as global defaults?
Similar to
limits
, PipelineLimits vs. VertexLimits.Beta Was this translation helpful? Give feedback.
All reactions