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
description="Number of tasks needed to launch each additional evaluator.",
357
+
title="Scaling Factor",
358
+
)
344
359
match_all_requirements: bool|None=Field(
345
360
False,
346
361
description="Whether scaling should work with available resource properties specified in the compute resource set (default) or require a match of all requirements of the task definition.",
@@ -592,6 +607,11 @@ class ScalerApplicationInfo(DictModel):
592
607
description="Period to wait before scaling down the resource to 0 instances.",
593
608
title="Cool Down Period",
594
609
)
610
+
scaling_factor: int|None=Field(
611
+
None,
612
+
description="Number of tasks needed to launch each additional evaluator.",
613
+
title="Scaling Factor",
614
+
)
595
615
debug: bool|None=Field(
596
616
None,
597
617
description="Whether to enable additional debug logging and keep job working directories.",
@@ -866,6 +886,7 @@ class ComputeResourceSet(DictModel):
0 commit comments