Class ShuffleMode (0.8.9)

ShuffleMode(value)

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

Values: SHUFFLE_MODE_UNSPECIFIED (0): Shuffle mode information is not available. VM_BASED (1): Shuffle is done on the worker VMs. SERVICE_BASED (2): Shuffle is done on the service side.