public class CustomsPasswordResetAbuse extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<String,CustomsFeatures>>,org.apache.beam.sdk.values.PCollection<Alert>>
Assumed to operate on fixed 10 minute windows.
Modifier and Type | Field and Description |
---|---|
static String |
EXPERIMENTAL_TAG |
Constructor and Description |
---|
CustomsPasswordResetAbuse(Customs.CustomsOptions options)
Initialize new CustomsPasswordResetAbuse
|
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Alert> |
expand(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<String,CustomsFeatures>> col) |
default String |
getTransformDoc()
Get documentation string from transform based on it's current configuration
|
String |
getTransformDocDescription()
Get documentation description from transform based on it's current configuration
|
boolean |
isExperimental()
Get whether the transform is experimental and won't be escalated
|
public static final String EXPERIMENTAL_TAG
public CustomsPasswordResetAbuse(Customs.CustomsOptions options)
options
- Pipeline optionspublic String getTransformDocDescription()
public org.apache.beam.sdk.values.PCollection<Alert> expand(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<String,CustomsFeatures>> col)
expand
in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<String,CustomsFeatures>>,org.apache.beam.sdk.values.PCollection<Alert>>
public boolean isExperimental()
public String getTransformDoc()
DocumentingTransform
getTransformDoc
in interface DocumentingTransform
Copyright © 2022. All rights reserved.