public sealed class CreateCachedContentRequest : IMessage<CreateCachedContentRequest>, IEquatable<CreateCachedContentRequest>, IDeepCloneable<CreateCachedContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CreateCachedContentRequest.
Request message for
[GenAiCacheService.CreateCachedContent][google.cloud.aiplatform.v1beta1.GenAiCacheService.CreateCachedContent].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `CreateCachedContentRequest` class within the Google Cloud Vertex AI v1beta1 API."],["`CreateCachedContentRequest` is a request message used for the `GenAiCacheService.CreateCachedContent` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CachedContent`, `Parent`, and `ParentAsLocationName`, which are essential for specifying the cached content to create and its parent resource."],["There are two constructors available for creating instances of `CreateCachedContentRequest`: a default constructor and one that takes another `CreateCachedContentRequest` as an argument for copying."],["The latest version of this documentation is `1.0.0-beta21`, with a previous version being `1.0.0-beta20` available as well."]]],[]]