shuffleMode property

String? shuffleMode
getter/setter pair

The shuffle mode used for the job.

Output only. Possible string values are:

  • "SHUFFLE_MODE_UNSPECIFIED" : Shuffle mode information is not available.
  • "VM_BASED" : Shuffle is done on the worker VMs.
  • "SERVICE_BASED" : Shuffle is done on the service side.

Implementation

core.String? shuffleMode;