Class DisplayData

java.lang.Object
org.apache.beam.sdk.transforms.display.DisplayData
All Implemented Interfaces:
Serializable

public class DisplayData extends Object implements Serializable
Static display data associated with a pipeline component. Display data is useful for pipeline runner UIs and diagnostic dashboards to display details about PTransforms that make up a pipeline.

Components specify their display data by implementing the HasDisplayData interface.

See Also: