Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor

A neighbor of the query vector.

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

Properties

Datapoint

The datapoint of the neighbor. Note that full datapoints are returned only when "return_full_datapoint" is set to true. Otherwise, only the "datapoint_id" and "crowding_tag" fields are populated.

Declaration
[JsonProperty("datapoint")]
public virtual GoogleCloudAiplatformV1beta1IndexDatapoint Datapoint { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1IndexDatapoint

Distance

The distance between the neighbor and the dense embedding query.

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

SparseDistance

The distance between the neighbor and the query sparse_embedding.

Declaration
[JsonProperty("sparseDistance")]
public virtual double? SparseDistance { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX