Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpdateCachedContentRequest.
Request message for GenAiCacheService.UpdateCachedContent. Only expire_time or ttl can be updated.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cached_content
def cached_content() -> ::Google::Cloud::AIPlatform::V1::CachedContent
Returns
- (::Google::Cloud::AIPlatform::V1::CachedContent) — Required. The cached content to update
#cached_content=
def cached_content=(value) -> ::Google::Cloud::AIPlatform::V1::CachedContent
Parameter
- value (::Google::Cloud::AIPlatform::V1::CachedContent) — Required. The cached content to update
Returns
- (::Google::Cloud::AIPlatform::V1::CachedContent) — Required. The cached content to update
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to update.