public sealed class CreateCachedContentRequest : IMessage<CreateCachedContentRequest>, IEquatable<CreateCachedContentRequest>, IDeepCloneable<CreateCachedContentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateCachedContentRequest.
Request message for [GenAiCacheService.CreateCachedContent][google.cloud.aiplatform.v1beta1.GenAiCacheService.CreateCachedContent].
Implements
IMessageCreateCachedContentRequest, IEquatableCreateCachedContentRequest, IDeepCloneableCreateCachedContentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateCachedContentRequest()
public CreateCachedContentRequest()CreateCachedContentRequest(CreateCachedContentRequest)
public CreateCachedContentRequest(CreateCachedContentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateCachedContentRequest |
Properties
CachedContent
public CachedContent CachedContent { get; set; }Required. The cached content to create
| Property Value | |
|---|---|
| Type | Description |
CachedContent |
|
Parent
public string Parent { get; set; }Required. The parent resource where the cached content will be created
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|