Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest

Request message for MemoryBankService.GenerateMemories. Maximum size is 8 MB.

Inheritance
object
GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest : IDirectResponseSchema

Properties

DirectContentsSource

Defines a direct source of content as the source content from which to generate memories.

Declaration
[JsonProperty("directContentsSource")]
public virtual GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource DirectContentsSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource

DirectMemoriesSource

Defines a direct source of memories that should be uploaded to Memory Bank. This is similar to CreateMemory, but it allows for consolidation between these new memories and existing memories for the same scope.

Declaration
[JsonProperty("directMemoriesSource")]
public virtual GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSource DirectMemoriesSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSource

DisableConsolidation

Optional. If true, generated memories will not be consolidated with existing memories; all generated memories will be added as new memories regardless of whether they are duplicates of or contradictory to existing memories. By default, memory consolidation is enabled.

Declaration
[JsonProperty("disableConsolidation")]
public virtual bool? DisableConsolidation { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Scope

Optional. The scope of the memories that should be generated. Memories will be consolidated across memories with the same scope. Must be provided unless the scope is defined in the source content. If scope is provided, it will override the scope defined in the source content. Scope values cannot contain the wildcard character '*'.

Declaration
[JsonProperty("scope")]
public virtual IDictionary<string, string> Scope { get; set; }
Property Value
Type Description
IDictionary<string, string>

VertexSessionSource

Defines a Vertex Session as the source content from which to generate memories.

Declaration
[JsonProperty("vertexSessionSource")]
public virtual GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource VertexSessionSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX