Module: Google::Cloud::Dataflow::V1beta3::DataSamplingConfig::DataSamplingBehavior

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

Overview

The following enum defines what to sample for a running job.

Constant Summary collapse

DATA_SAMPLING_BEHAVIOR_UNSPECIFIED =

If given, has no effect on sampling behavior. Used as an unknown or unset sentinel value.

0
DISABLED =

When given, disables element sampling. Has same behavior as not setting the behavior.

1
ALWAYS_ON =

When given, enables sampling in-flight from all PCollections.

2
EXCEPTIONS =

When given, enables sampling input elements when a user-defined DoFn causes an exception.

3