public sealed class CreateCachedContentRequest : IMessage<CreateCachedContentRequest>, IEquatable<CreateCachedContentRequest>, IDeepCloneable<CreateCachedContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `CreateCachedContentRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `CreateCachedContentRequest` class is used to request the creation of cached content via the `GenAiCacheService.CreateCachedContent` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `CreateCachedContentRequest` class include `CachedContent`, which represents the content to be cached, and `Parent`, which denotes the parent resource where the content will be stored."],["The available constructor is the default `CreateCachedContentRequest()` and `CreateCachedContentRequest(CreateCachedContentRequest other)`."]]],[]]