Table of Contents

Class ResourceProviderMetadata

Namespace
FoundationaLLM.Common.Constants.ResourceProviders
Assembly
FoundationaLLM.Common.dll

Provides metadata that applies to all resource providers.

public class ResourceProviderMetadata
Inheritance
ResourceProviderMetadata
Inherited Members
Extension Methods

Fields

AllAllowedResourceTypes

Provides a combined dictionary with all the resource type descriptiors of all resource types.

public static readonly Dictionary<string, ResourceTypeDescriptor> AllAllowedResourceTypes

Field Value

Dictionary<string, ResourceTypeDescriptor>

AllowedResourceTypes

Provides the list of all the resource provider metadata definitions.

public static readonly ImmutableList<Dictionary<string, ResourceTypeDescriptor>> AllowedResourceTypes

Field Value

ImmutableList<Dictionary<string, ResourceTypeDescriptor>>