Module: Google::Cloud::Dataflow::V1beta3::ShuffleMode

Defined in:
proto_docs/google/dataflow/v1beta3/environment.rb

Overview

Specifies the shuffle mode used by a [google.dataflow.v1beta3.Job], which determines the approach data is shuffled during processing. More details in: https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#dataflow-shuffle

Constant Summary collapse

SHUFFLE_MODE_UNSPECIFIED =

Shuffle mode information is not available.

0
VM_BASED =

Shuffle is done on the worker VMs.

1
SERVICE_BASED =

Shuffle is done on the service side.

2