Class DataPipelineTriggerParameterNames
- Namespace
- FoundationaLLM.Common.Constants.DataPipelines
- Assembly
- FoundationaLLM.Common.dll
Constants for well-known data pipeline trigger parameter names.
public static class DataPipelineTriggerParameterNames
- Inheritance
-
DataPipelineTriggerParameterNames
- Inherited Members
Fields
DataSourceContextFileContentAction
The content action for the ContextFile data source.
public const string DataSourceContextFileContentAction = "DataSource.ContextFile.ContentAction"
Field Value
DataSourceContextFileContextFileObjectId
The context file object identifier for the ContextFile data source.
public const string DataSourceContextFileContextFileObjectId = "DataSource.ContextFile.ContextFileObjectId"
Field Value
StageEmbedKnowledgeUnitObjectId
The knowledge unit object identifier for the embed stage.
public const string StageEmbedKnowledgeUnitObjectId = "Stage.Embed.KnowledgeUnitObjectId"
Field Value
StageIndexKnowledgeUnitObjectId
The knowledge unit object identifier for the index stage.
public const string StageIndexKnowledgeUnitObjectId = "Stage.Index.KnowledgeUnitObjectId"
Field Value
StageIndexVectorStoreId
The vector store identifier for the indexing stage.
public const string StageIndexVectorStoreId = "Stage.Index.VectorStoreId"
Field Value
StageRemovalKnowledgeUnitObjectId
The knowledge unit object identifier for the removal stage.
public const string StageRemovalKnowledgeUnitObjectId = "Stage.Removal.KnowledgeUnitObjectId"
Field Value
StageRemovalVectorStoreId
The vector store identifier for the removal stage.
public const string StageRemovalVectorStoreId = "Stage.Removal.VectorStoreId"