Class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory
A retrieved memory.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory : IDirectResponseSchema
Properties
Distance
The distance between the query and the retrieved Memory. Smaller values indicate more similar memories. This is only set if similarity search was used for retrieval.
Declaration
[JsonProperty("distance")]
public virtual double? Distance { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Memory
The retrieved Memory.
Declaration
[JsonProperty("memory")]
public virtual GoogleCloudAiplatformV1beta1Memory Memory { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1Memory |