Table of Contents

Class DataPipelineStage

Namespace
FoundationaLLM.Common.Models.ResourceProviders.DataPipeline
Assembly
FoundationaLLM.Common.dll

Provides the definition of a data pipeline stage.

public class DataPipelineStage : PluginComponent
Inheritance
DataPipelineStage
Inherited Members
Extension Methods

Properties

NextStages

Gets or sets the list of the data pipeline stages following this stage.

[JsonPropertyName("next_stages")]
public List<DataPipelineStage> NextStages { get; set; }

Property Value

List<DataPipelineStage>