Interface IPipelineExecutionService
- Namespace
- FoundationaLLM.Vectorization.Interfaces
- Assembly
- FoundationaLLM.Vectorization.Engine.dll
Provides services to interact with the pipeline execution service.
public interface IPipelineExecutionService
- Extension Methods
Methods
ExecuteAsync(CancellationToken)
Executes the pipeline execution service until cancellation is signaled.
Task ExecuteAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenThe CancellationToken signaling cancellation.
Returns
StopAsync(CancellationToken)
Stops the pipeline execution service, allowing it to cleanup.
Task StopAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenThe CancellationToken signaling cancellation.