public abstract class CompositeOutput extends Object
CompositeOutput
provides a standardized composite output transform for use in pipelines.Modifier and Type | Method and Description |
---|---|
static org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<String>,org.apache.beam.sdk.values.PDone> |
withOptions(OutputOptions options)
Return a new composite output transform that can be used as the final stage in a pipeline.
|
public static org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<String>,org.apache.beam.sdk.values.PDone> withOptions(OutputOptions options)
OutputOptions
can be used to configure the output phase.
options
- OutputOptions
used to configure returned PTransform
.PTransform
Copyright © 2022. All rights reserved.