Class ServiceNames
- Namespace
- FoundationaLLM.Common.Constants
- Assembly
- FoundationaLLM.Common.dll
Contains the names of the FoundationaLLM services.
public static class ServiceNames
- Inheritance
-
ServiceNames
- Inherited Members
Fields
AgentHubAPI
The name of the Agent Hub API service.
public const string AgentHubAPI = "AgentHubAPI"
Field Value
AuthorizationAPI
The name of the Authorization API service.
public const string AuthorizationAPI = "AuthorizationAPI"
Field Value
ContextAPI
The name of the Context API service.
public const string ContextAPI = "ContextAPI"
Field Value
CoreAPI
The name of the Core API service.
public const string CoreAPI = "CoreAPI"
Field Value
CoreWorker
The name of the Core Worker service.
public const string CoreWorker = "CoreWorker"
Field Value
DataPipelineAPI
The name of the Data Pipeline API service.
public const string DataPipelineAPI = "DataPipelineAPI"
Field Value
DataPipelineBackendWorker
The name of the Data Pipeline Backend Worker service.
public const string DataPipelineBackendWorker = "DataPipelineBackendWorker"
Field Value
DataPipelineFrontendWorker
The name of the Data Pipeline Frontend Worker service.
public const string DataPipelineFrontendWorker = "DataPipelineFrontendWorker"
Field Value
DataSourceHubAPI
The name of the Data Source Hub API service.
public const string DataSourceHubAPI = "DataSourceHubAPI"
Field Value
GatekeeperAPI
The name of the Gatekeeper API service.
public const string GatekeeperAPI = "GatekeeperAPI"
Field Value
GatekeeperIntegrationAPI
The name of the Gatekeeper Integration API service.
public const string GatekeeperIntegrationAPI = "GatekeeperIntegrationAPI"
Field Value
GatewayAPI
The name of the Gateway API service.
public const string GatewayAPI = "GatewayAPI"
Field Value
GatewayAdapterAPI
The name of the Gateway Adapter API service.
public const string GatewayAdapterAPI = "GatewayAdapterAPI"
Field Value
LangChainAPI
The name of the Lang Chain API service.
public const string LangChainAPI = "LangChainAPI"
Field Value
ManagementAPI
The name of the Management API service.
public const string ManagementAPI = "ManagementAPI"
Field Value
OrchestrationAPI
The name of the Orchestration API service.
public const string OrchestrationAPI = "OrchestrationAPI"
Field Value
PromptHubAPI
The name of the Prompt Hub API service.
public const string PromptHubAPI = "PromptHubAPI"
Field Value
SemanticKernelAPI
The name of the Semantic Kernel API service.
public const string SemanticKernelAPI = "SemanticKernelAPI"
Field Value
StateAPI
The name of the State API service.
public const string StateAPI = "StateAPI"
Field Value
VectorizationAPI
The name of the Vectorization API service.
public const string VectorizationAPI = "VectorizationAPI"
Field Value
VectorizationWorker
The name of the Vectorization Worker service.
public const string VectorizationWorker = "VectorizationWorker"