Class LLM.Metadata
Represents metadata information associated with a model.
public sealed class LLM.Metadata
- Inheritance
-
LLM.Metadata
- Inherited Members
Constructors
- Metadata(string, bool)
Initializes a new instance of the LLM.Metadata class with a boolean value.
- Metadata(string, int)
Initializes a new instance of the LLM.Metadata class with an integer value.
- Metadata(string, float)
Initializes a new instance of the LLM.Metadata class with a float value.
- Metadata(string, string)
Initializes a new instance of the LLM.Metadata class with a string value.
Properties
- Key
Gets the key associated with the metadata.
- Value
Gets the value associated with the metadata.
Methods
- Clone()
Creates a deep copy of the current Metadata object.