- All Implemented Interfaces:
- java.io.Serializable, org.apache.beam.sdk.transforms.display.HasDisplayData
- Enclosing class:
- TfIdf
public static class TfIdf.ReadDocuments
extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PBegin,org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<java.net.URI,java.lang.String>>>
Reads the documents at the provided uris and returns all lines from the documents tagged with
which document they are from.
- See Also:
- Serialized Form