Class MetadataBase
- Namespace
- FoundationaLLM.Common.Models.Metadata
- Assembly
- FoundationaLLM.Common.dll
Metadata model base class.
public class MetadataBase
- Inheritance
-
MetadataBase
- Derived
- Inherited Members
- Extension Methods
Properties
Description
Description property.
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Name
Name property.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Type
Type property.
[JsonPropertyName("type")]
public string? Type { get; set; }