Google Cloud Dataproc V1 Client - Class Scenario (3.14.0)

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 \ AutotuningConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SCENARIO_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum SCENARIO_UNSPECIFIED = 0;

SCALING

Value: 2

Scaling recommendations such as initialExecutors.

Generated from protobuf enum SCALING = 2;

BROADCAST_HASH_JOIN

Value: 3

Adding hints for potential relation broadcasts.

Generated from protobuf enum BROADCAST_HASH_JOIN = 3;

MEMORY

Value: 4

Memory management for workloads.

Generated from protobuf enum MEMORY = 4;