Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ShuffleMode.
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
Protobuf type google.dataflow.v1beta3.ShuffleMode
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SHUFFLE_MODE_UNSPECIFIED
Value: 0
Shuffle mode information is not available.
Generated from protobuf enum SHUFFLE_MODE_UNSPECIFIED = 0;
VM_BASED
Value: 1
Shuffle is done on the worker VMs.
Generated from protobuf enum VM_BASED = 1;
SERVICE_BASED
Value: 2
Shuffle is done on the service side.
Generated from protobuf enum SERVICE_BASED = 2;