public enum DataSamplingConfig.Types.DataSamplingBehaviorReference documentation and code samples for the Dataflow v1beta3 API enum DataSamplingConfig.Types.DataSamplingBehavior.
The following enum defines what to sample for a running job.
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Fields |
|
|---|---|
| Name | Description |
AlwaysOn |
When given, enables sampling in-flight from all PCollections. |
Disabled |
When given, disables element sampling. Has same behavior as not setting the behavior. |
Exceptions |
When given, enables sampling input elements when a user-defined DoFn causes an exception. |
Unspecified |
If given, has no effect on sampling behavior. Used as an unknown or unset sentinel value. |