- 0.62.0 (latest)
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CachedContent.
A resource used in LLM queries for users to explicitly specify what to cache and how to cache.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#contents
def contents() -> ::Array<::Google::Cloud::AIPlatform::V1::Content>
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::Content>) — Optional. Input only. Immutable. The content to cache
#contents=
def contents=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Content>
Parameter
- value (::Array<::Google::Cloud::AIPlatform::V1::Content>) — Optional. Input only. Immutable. The content to cache
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::Content>) — Optional. Input only. Immutable. The content to cache
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Creatation time of the cache entry.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. Immutable. The user-generated meaningful display name of the cached content.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. Immutable. The user-generated meaningful display name of the cached content.
Returns
- (::String) — Optional. Immutable. The user-generated meaningful display name of the cached content.
#expire_time
def expire_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp of when this resource is considered expired. This is always provided on output, regardless of what was sent on input.
#expire_time=
def expire_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp of when this resource is considered expired. This is always provided on output, regardless of what was sent on input.
Returns
- (::Google::Protobuf::Timestamp) — Timestamp of when this resource is considered expired. This is always provided on output, regardless of what was sent on input.
#model
def model() -> ::String
Returns
- (::String) — Immutable. The name of the publisher model to use for cached content. Format: projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
#model=
def model=(value) -> ::String
Parameter
- value (::String) — Immutable. The name of the publisher model to use for cached content. Format: projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
Returns
- (::String) — Immutable. The name of the publisher model to use for cached content. Format: projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
#name
def name() -> ::String
Returns
- (::String) — Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content}
Returns
- (::String) — Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content}
#system_instruction
def system_instruction() -> ::Google::Cloud::AIPlatform::V1::Content
Returns
- (::Google::Cloud::AIPlatform::V1::Content) — Optional. Input only. Immutable. Developer set system instruction. Currently, text only
#system_instruction=
def system_instruction=(value) -> ::Google::Cloud::AIPlatform::V1::Content
Parameter
- value (::Google::Cloud::AIPlatform::V1::Content) — Optional. Input only. Immutable. Developer set system instruction. Currently, text only
Returns
- (::Google::Cloud::AIPlatform::V1::Content) — Optional. Input only. Immutable. Developer set system instruction. Currently, text only
#tool_config
def tool_config() -> ::Google::Cloud::AIPlatform::V1::ToolConfig
Returns
- (::Google::Cloud::AIPlatform::V1::ToolConfig) — Optional. Input only. Immutable. Tool config. This config is shared for all tools
#tool_config=
def tool_config=(value) -> ::Google::Cloud::AIPlatform::V1::ToolConfig
Parameter
- value (::Google::Cloud::AIPlatform::V1::ToolConfig) — Optional. Input only. Immutable. Tool config. This config is shared for all tools
Returns
- (::Google::Cloud::AIPlatform::V1::ToolConfig) — Optional. Input only. Immutable. Tool config. This config is shared for all tools
#tools
def tools() -> ::Array<::Google::Cloud::AIPlatform::V1::Tool>
Returns
-
(::Array<::Google::Cloud::AIPlatform::V1::Tool>) — Optional. Input only. Immutable. A list of
Tools
the model may use to generate the next response
#tools=
def tools=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Tool>
Parameter
-
value (::Array<::Google::Cloud::AIPlatform::V1::Tool>) — Optional. Input only. Immutable. A list of
Tools
the model may use to generate the next response
Returns
-
(::Array<::Google::Cloud::AIPlatform::V1::Tool>) — Optional. Input only. Immutable. A list of
Tools
the model may use to generate the next response
#ttl
def ttl() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Input only. The TTL for this resource. The expiration time is computed: now + TTL.
#ttl=
def ttl=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Input only. The TTL for this resource. The expiration time is computed: now + TTL.
Returns
- (::Google::Protobuf::Duration) — Input only. The TTL for this resource. The expiration time is computed: now + TTL.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. When the cache entry was last updated in UTC time.
#usage_metadata
def usage_metadata() -> ::Google::Cloud::AIPlatform::V1::CachedContent::UsageMetadata
Returns
- (::Google::Cloud::AIPlatform::V1::CachedContent::UsageMetadata) — Output only. Metadata on the usage of the cached content.