Reference documentation and code samples for the Google Cloud Dataproc V1 Client class Scenario.
Scenario represents a specific goal that autotuning will attempt to achieve by modifying workloads.
Protobuf type google.cloud.dataproc.v1.AutotuningConfig.Scenario
Namespace
Google \ Cloud \ Dataproc \ V1 \ AutotuningConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCENARIO_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum SCENARIO_UNSPECIFIED = 0;
SCALING
Value: 2Scaling recommendations such as initialExecutors.
Generated from protobuf enum SCALING = 2;
BROADCAST_HASH_JOIN
Value: 3Adding hints for potential relation broadcasts.
Generated from protobuf enum BROADCAST_HASH_JOIN = 3;
MEMORY
Value: 4Memory management for workloads.
Generated from protobuf enum MEMORY = 4;