Class WellKnownDataPipelineNames
- Namespace
- FoundationaLLM.Common.Constants.DataPipelines
- Assembly
- FoundationaLLM.Common.dll
Provides a collection of well-known names for data pipelines.
public static class WellKnownDataPipelineNames
- Inheritance
-
WellKnownDataPipelineNames
- Inherited Members
Fields
All
All application configuration sets.
public static readonly string[] All
Field Value
- string[]
DefaultFileUpload
The data pipeline used to process files uploaded to agent conversations (has no content safety step).
public const string DefaultFileUpload = "DefaultFileUpload"
Field Value
ShieldedFileContent
The data pipeline used to shield file content with content safety.
public const string ShieldedFileContent = "ShieldedFileContent"
Field Value
ShieldedFileUpload
The data pipeline used to process files uploaded to agent conversations (with content safety step).
public const string ShieldedFileUpload = "ShieldedFileUpload"