Class KnowledgeGraphBuildingState
- Namespace
- FoundationaLLM.Plugins.DataPipeline.Models
- Assembly
- FoundationaLLM.DataPipelinePlugins.dll
Represents the state of the knowledge graph building process.
public class KnowledgeGraphBuildingState
- Inheritance
-
KnowledgeGraphBuildingState
- Inherited Members
- Extension Methods
Properties
LastSuccessfullStep
Gets or sets the name of the last step that was successfully completed in the knowledge graph building process.
public string? LastSuccessfullStep { get; set; }