Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample

An example of how to generate memories for a particular scope.

Inheritance
object
GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample
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 GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample : IDirectResponseSchema

Properties

ConversationSource

A conversation source for the example.

Declaration
[JsonProperty("conversationSource")]
public virtual GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource ConversationSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource

ETag

The ETag of the item.

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

GeneratedMemories

Optional. The memories that are expected to be generated from the input conversation. An empty list indicates that no memories are expected to be generated for the input conversation.

Declaration
[JsonProperty("generatedMemories")]
public virtual IList<GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory> GeneratedMemories { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX