Skip to content

Commit 134af69

Browse files
feat: [google-cloud-dataproc] add scenarios AUTO/NONE to autotuning config (#13969)
PiperOrigin-RevId: 766437023 Source-Link: googleapis/googleapis@5e49af8 Source-Link: googleapis/googleapis-gen@f7d5fc4 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwcm9jLy5Pd2xCb3QueWFtbCIsImgiOiJmN2Q1ZmM0N2EzNGJlNWI2MmFiMThlNmUwOTM5MmI4MGY1NzE4YTY0In0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 70d5e39 commit 134af69

File tree

1 file changed

+6
-0
lines changed
  • packages/google-cloud-dataproc/google/cloud/dataproc_v1/types

1 file changed

+6
-0
lines changed

packages/google-cloud-dataproc/google/cloud/dataproc_v1/types/shared.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,11 +965,17 @@ class Scenario(proto.Enum):
965965
broadcasts.
966966
MEMORY (4):
967967
Memory management for workloads.
968+
NONE (5):
969+
No autotuning.
970+
AUTO (6):
971+
Automatic selection of scenarios.
968972
"""
969973
SCENARIO_UNSPECIFIED = 0
970974
SCALING = 2
971975
BROADCAST_HASH_JOIN = 3
972976
MEMORY = 4
977+
NONE = 5
978+
AUTO = 6
973979

974980
scenarios: MutableSequence[Scenario] = proto.RepeatedField(
975981
proto.ENUM,

0 commit comments

Comments
 (0)