UGemini 2.0.1
A C# wrapper for the Google Gemini API.
Loading...
Searching...
No Matches
Uralstech.UGemini.Models.Caching Namespace Reference

Classes

class  GeminiCachedContent
 Content that has been preprocessed and can be used in subsequent request to GenerativeService. More...
 
class  GeminiCachedContentCreateRequest
 Creates a GeminiCachedContent resource. Response type is GeminiCachedContent. More...
 
class  GeminiCachedContentCreationData
 Data to cache content that has been preprocessed and can be used in subsequent request to GenerativeService. More...
 
class  GeminiCachedContentDeleteRequest
 Requests for deletion of a cached content resource. More...
 
class  GeminiCachedContentGetRequest
 Requests metadata cached content. Return type is GeminiCachedContent. More...
 
class  GeminiCachedContentListRequest
 Requests metadata for all existing cached content. Return type is GeminiCachedContentListResponse. More...
 
class  GeminiCachedContentListResponse
 The response for a GeminiCachedContentListRequest call. More...
 
class  GeminiCachedContentPatchData
 Data to patch an existing cached content resource with new data. More...
 
class  GeminiCachedContentPatchRequest
 Patches a GeminiCachedContent resource. Response type is GeminiCachedContent. More...
 
class  GeminiCachedContentUsageMetadata
 Metadata on the usage of the cached content. More...