Interface IResourceProviderClient
- Namespace
- FoundationaLLM.Common.Interfaces
- Assembly
- FoundationaLLM.Common.dll
Defines the interface for a data pipeline resource provider client.
public interface IResourceProviderClient
- Extension Methods
Properties
ResourceProviders
Sets the resource providers collection.
IEnumerable<IResourceProviderService> ResourceProviders { set; }
Property Value
Remarks
This property must be exposed by services that cannot be injected with the resource providers. These are background services that both provide and consume services to and from the resource providers.