GoogleCloudAiplatformV1CachedContent constructor

GoogleCloudAiplatformV1CachedContent({
  1. List<GoogleCloudAiplatformV1Content>? contents,
  2. String? createTime,
  3. String? displayName,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. String? expireTime,
  6. String? model,
  7. String? name,
  8. GoogleCloudAiplatformV1Content? systemInstruction,
  9. GoogleCloudAiplatformV1ToolConfig? toolConfig,
  10. List<GoogleCloudAiplatformV1Tool>? tools,
  11. String? ttl,
  12. String? updateTime,
  13. 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,
});