GoogleCloudAiplatformV1Memory constructor
GoogleCloudAiplatformV1Memory({
- String? createTime,
- String? description,
- bool? disableMemoryRevisions,
- String? displayName,
- String? expireTime,
- String? fact,
- Map<
String, GoogleCloudAiplatformV1MemoryMetadataValue> ? metadata, - String? name,
- String? revisionExpireTime,
- Map<
String, String> ? revisionLabels, - String? revisionTtl,
- Map<
String, String> ? scope, - List<
GoogleCloudAiplatformV1MemoryTopicId> ? topics, - String? ttl,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1Memory({
this.createTime,
this.description,
this.disableMemoryRevisions,
this.displayName,
this.expireTime,
this.fact,
this.metadata,
this.name,
this.revisionExpireTime,
this.revisionLabels,
this.revisionTtl,
this.scope,
this.topics,
this.ttl,
this.updateTime,
});