algorithm property

String? algorithm
getter/setter pair

The algorithm to use for autoscaling. Possible string values are:

  • "AUTOSCALING_ALGORITHM_UNKNOWN" : The algorithm is unknown, or unspecified.
  • "AUTOSCALING_ALGORITHM_NONE" : Disable autoscaling.
  • "AUTOSCALING_ALGORITHM_BASIC" : Increase worker count over time to reduce job execution time.

Implementation

core.String? algorithm;