Contents

SearchPipelineDataType

Declares the kind of data a pipeline stage accepts or produces.

Declaration

enum SearchPipelineDataType

Overview

Use these values to describe the expected input and output shapes of a CustomStage. The pipeline runtime uses them to validate wiring between stages.

Topics

Getting the pipeline data type

See Also

Tool customization