- 1.43.0 (latest)
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.1
- 1.31.0
- 1.30.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.39.0
- 0.38.0
- 0.37.1
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.2
- 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.13.0
- 0.12.0
- 0.11.1
- 0.10.0
Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CachedContent.
A resource used in LLM queries for users to explicitly specify what to cache and how to cache.
Generated from protobuf message google.cloud.aiplatform.v1.CachedContent
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ expire_time | Google\Protobuf\TimestampTimestamp of when this resource is considered expired. This is always provided on output, regardless of what was sent on input. | 
| ↳ ttl | Google\Protobuf\DurationInput only. The TTL for this resource. The expiration time is computed: now + TTL. | 
| ↳ name | stringImmutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content} | 
| ↳ display_name | stringOptional. Immutable. The user-generated meaningful display name of the cached content. | 
| ↳ model | stringImmutable. The name of the  | 
| ↳ system_instruction | ContentOptional. Input only. Immutable. Developer set system instruction. Currently, text only | 
| ↳ contents | array<Content>Optional. Input only. Immutable. The content to cache | 
| ↳ tools | array<Tool>Optional. Input only. Immutable. A list of  | 
| ↳ tool_config | ToolConfigOptional. Input only. Immutable. Tool config. This config is shared for all tools | 
| ↳ create_time | Google\Protobuf\TimestampOutput only. Creation time of the cache entry. | 
| ↳ update_time | Google\Protobuf\TimestampOutput only. When the cache entry was last updated in UTC time. | 
| ↳ usage_metadata | CachedContent\UsageMetadataOutput only. Metadata on the usage of the cached content. | 
| ↳ encryption_spec | EncryptionSpecInput only. Immutable. Customer-managed encryption key spec for a  | 
getExpireTime
Timestamp of when this resource is considered expired.
This is always provided on output, regardless of what was sent on input.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasExpireTime
setExpireTime
Timestamp of when this resource is considered expired.
This is always provided on output, regardless of what was sent on input.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getTtl
Input only. The TTL for this resource. The expiration time is computed: now + TTL.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Duration|null | |
hasTtl
setTtl
Input only. The TTL for this resource. The expiration time is computed: now + TTL.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Duration | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getName
Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content}
| Returns | |
|---|---|
| Type | Description | 
| string | |
setName
Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content}
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getDisplayName
Optional. Immutable. The user-generated meaningful display name of the cached content.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setDisplayName
Optional. Immutable. The user-generated meaningful display name of the cached content.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getModel
Immutable. The name of the Model to use for cached content. Currently,
only the published Gemini base models are supported, in form of
projects/{PROJECT}/locations/{LOCATION}/publishers/google/models/{MODEL}
| Returns | |
|---|---|
| Type | Description | 
| string | |
setModel
Immutable. The name of the Model to use for cached content. Currently,
only the published Gemini base models are supported, in form of
projects/{PROJECT}/locations/{LOCATION}/publishers/google/models/{MODEL}
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getSystemInstruction
Optional. Input only. Immutable. Developer set system instruction.
Currently, text only
| Returns | |
|---|---|
| Type | Description | 
| Content|null | |
hasSystemInstruction
clearSystemInstruction
setSystemInstruction
Optional. Input only. Immutable. Developer set system instruction.
Currently, text only
| Parameter | |
|---|---|
| Name | Description | 
| var | Content | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getContents
Optional. Input only. Immutable. The content to cache
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setContents
Optional. Input only. Immutable. The content to cache
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Content> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getTools
Optional. Input only. Immutable. A list of Tools the model may use to
generate the next response
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setTools
Optional. Input only. Immutable. A list of Tools the model may use to
generate the next response
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Tool> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getToolConfig
Optional. Input only. Immutable. Tool config. This config is shared for all tools
| Returns | |
|---|---|
| Type | Description | 
| ToolConfig|null | |
hasToolConfig
clearToolConfig
setToolConfig
Optional. Input only. Immutable. Tool config. This config is shared for all tools
| Parameter | |
|---|---|
| Name | Description | 
| var | ToolConfig | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getCreateTime
Output only. Creation time of the cache entry.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation time of the cache entry.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getUpdateTime
Output only. When the cache entry was last updated in UTC time.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. When the cache entry was last updated in UTC time.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getUsageMetadata
Output only. Metadata on the usage of the cached content.
| Returns | |
|---|---|
| Type | Description | 
| CachedContent\UsageMetadata|null | |
hasUsageMetadata
clearUsageMetadata
setUsageMetadata
Output only. Metadata on the usage of the cached content.
| Parameter | |
|---|---|
| Name | Description | 
| var | CachedContent\UsageMetadata | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getEncryptionSpec
Input only. Immutable. Customer-managed encryption key spec for a
CachedContent. If set, this CachedContent and all its sub-resources
will be secured by this key.
| Returns | |
|---|---|
| Type | Description | 
| EncryptionSpec|null | |
hasEncryptionSpec
clearEncryptionSpec
setEncryptionSpec
Input only. Immutable. Customer-managed encryption key spec for a
CachedContent. If set, this CachedContent and all its sub-resources
will be secured by this key.
| Parameter | |
|---|---|
| Name | Description | 
| var | EncryptionSpec | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getExpiration
| Returns | |
|---|---|
| Type | Description | 
| string | |