Table of Contents

Class GeminiCorpusCustomMetadata

User provided metadata stored as key-value pairs.

public class GeminiCorpusCustomMetadata
Inheritance
object
GeminiCorpusCustomMetadata
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

GeminiCorpusCustomMetadataStringList

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.