public static class ETDTransforms.SuppressAlerts extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<Alert>,org.apache.beam.sdk.values.PCollection<Alert>>
We will define a "repeated finding" in ETD to mean that the source project number, the rule which triggered the finding, the technique, and indicator must be the same, as well as some fields which are not present for every rule e.g. location
Constructor and Description |
---|
SuppressAlerts(ETDTransforms.Options opts)
static initializer for alert suppression
|
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Alert> |
expand(org.apache.beam.sdk.values.PCollection<Alert> input) |
public SuppressAlerts(ETDTransforms.Options opts)
opts
- ETDTransforms.Options
pipeline optionsCopyright © 2022. All rights reserved.