GoogleCloudAiplatformV1CachedContent constructor
GoogleCloudAiplatformV1CachedContent({
- List<
GoogleCloudAiplatformV1Content> ? contents, - String? createTime,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? expireTime,
- String? model,
- String? name,
- GoogleCloudAiplatformV1Content? systemInstruction,
- GoogleCloudAiplatformV1ToolConfig? toolConfig,
- List<
GoogleCloudAiplatformV1Tool> ? tools, - String? ttl,
- String? updateTime,
- GoogleCloudAiplatformV1CachedContentUsageMetadata? usageMetadata,
Implementation
GoogleCloudAiplatformV1CachedContent({
this.contents,
this.createTime,
this.displayName,
this.encryptionSpec,
this.expireTime,
this.model,
this.name,
this.systemInstruction,
this.toolConfig,
this.tools,
this.ttl,
this.updateTime,
this.usageMetadata,
});