Skip to content

Commit 5e49af8

Browse files
Google APIscopybara-github
authored andcommitted
feat: add scenarios AUTO/NONE to autotuning config
PiperOrigin-RevId: 766437023
1 parent d66e50e commit 5e49af8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/dataproc/v1/shared.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,12 @@ message AutotuningConfig {
524524

525525
// Memory management for workloads.
526526
MEMORY = 4;
527+
528+
// No autotuning.
529+
NONE = 5;
530+
531+
// Automatic selection of scenarios.
532+
AUTO = 6;
527533
}
528534

529535
// Optional. Scenarios for which tunings are applied.

0 commit comments

Comments
 (0)