Package org.apache.beam.sdk.transformservice
A service that can be used to discover and expand transforms.
The transform service can be used to discover portable transforms available in Apache Beam and to use such transforms in Apache Beam pipelines. Portable transforms are any transforms that are offered through an expansion service. Discovery functionality can be used to discover Schema-aware transforms availabe through the transform service.
The transform service implements the Beam Expansion API.
For more details regarding the design, please see the corresponding design doc.
-
Interface Summary Interface Description TransformServiceOptions -
Class Summary Class Description ArtifactService Controller A component that controlls the transform service.ExpansionService TransformServiceConfig TransformServiceOptions.TransformServiceConfigFactory Loads the TransformService config.