Cloud AI Platform v1beta1 API - Class UpdateCachedContentRequest (1.0.0-beta03)

public sealed class UpdateCachedContentRequest : IMessage<UpdateCachedContentRequest>, IEquatable<UpdateCachedContentRequest>, IDeepCloneable<UpdateCachedContentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateCachedContentRequest.

Request message for [GenAiCacheService.UpdateCachedContent][google.cloud.aiplatform.v1beta1.GenAiCacheService.UpdateCachedContent]. Only expire_time or ttl can be updated.

Inheritance

object > UpdateCachedContentRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

UpdateCachedContentRequest()

public UpdateCachedContentRequest()

UpdateCachedContentRequest(UpdateCachedContentRequest)

public UpdateCachedContentRequest(UpdateCachedContentRequest other)
Parameter
Name Description
other UpdateCachedContentRequest

Properties

CachedContent

public CachedContent CachedContent { get; set; }

Required. The cached content to update

Property Value
Type Description
CachedContent

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to update.

Property Value
Type Description
FieldMask