public class CachingClient : BaseClient
CachingClient | Provides methods to interact with caching resources for generative AI models. |
HttpClient | (Inherited from ApiBase) |
Logger | (Inherited from ApiBase) |
Platform | (Inherited from BaseClient) |
SerializerOptions |
JSON serialization options used for API requests and responses.
(Inherited from ApiBase) |
AddAuthorizationHeader | (Inherited from BaseClient) |
CheckAndHandleErrors | (Inherited from ApiBase) |
CreateCachedContentAsync | Asynchronously creates a new cached content resource. |
DeleteAsync |
Sends a DELETE request to the specified URL.
(Inherited from ApiBase) |
DeleteCachedContentAsync | Deletes a cached content resource asynchronously. |
DeserializeT(HttpResponseMessage) |
Deserializes a JSON string into an object of the specified type.
(Inherited from ApiBase) |
DeserializeT(String) |
Deserializes a JSON string into an object of the specified type.
(Inherited from ApiBase) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetAsyncT |
Sends a GET request to the specified URL.
(Inherited from ApiBase) |
GetCachedContentAsync | Retrieves a specific cached content resource asynchronously. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ListCachedContentsAsync | Asynchronously retrieves a list of CachedContent resources. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SendAsyncTRequest, TResponse |
Sends an HTTP request (e.g., POST, PUT, or PATCH) to the specified URL.
(Inherited from ApiBase) |
StreamAsyncTRequest, TResponse |
Streams responses by sending an HTTP request with a JSON payload and
yielding the deserialized items as they arrive.
(Inherited from ApiBase) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
UpdateCachedContentAsync | Updates an existing cached content resource by modifying supported fields, such as expiration time. |
UploadFileWithProgressAsync(String, String, ActionDouble, DictionaryString, String, CancellationToken) |
Uploads a file to the specified URL with progress reporting.
(Inherited from ApiBase) |
UploadFileWithProgressAsync(Stream, String, String, String, ActionDouble, DictionaryString, String, CancellationToken) | (Inherited from ApiBase) |
_platform | (Inherited from BaseClient) |