Class GeminiCorpusCustomMetadata
- Namespace
- Uralstech.UGemini.CorporaAPI
User provided metadata stored as key-value pairs.
public class GeminiCorpusCustomMetadata
- Inheritance
-
objectGeminiCorpusCustomMetadata
- Extension Methods
Fields
Key
The key of the metadata to store.
public string Key
Field Value
- string
NumericValue
The numeric value of the metadata to store.
public float? NumericValue
Field Value
- float?
Remarks
Only one of StringValue, StringListValue
or NumericValue must be provided at a time.
StringListValue
The StringList value of the metadata to store.
public GeminiCorpusCustomMetadataStringList StringListValue
Field Value
Remarks
Only one of StringValue, StringListValue
or NumericValue must be provided at a time.
StringValue
The string value of the metadata to store.
public string StringValue
Field Value
- string
Remarks
Only one of StringValue, StringListValue
or NumericValue must be provided at a time.