Table of Contents

Class APIEndpointConfigurationFilter

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Configuration
Assembly
FoundationaLLM.Common.dll

Provides configuration for filtering APIEndpointConfiguration resources in the FoundationaLLM.Configuration resource provider.

public class APIEndpointConfigurationFilter : ResourceFilter
Inheritance
APIEndpointConfigurationFilter
Inherited Members
Extension Methods

Properties

Category

Gets or sets the category of the API endpoint configuration.

[JsonPropertyName("category")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public APIEndpointCategory? Category { get; set; }

Property Value

APIEndpointCategory?

Subcategory

Gets or sets the subcategory of the API endpoint configuration.

[JsonPropertyName("subcategory")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public APIEndpointSubcategory? Subcategory { get; set; }

Property Value

APIEndpointSubcategory?