Class GoogleCloudAiplatformV1beta1FindNeighborsResponseNeighbor
A neighbor of the query vector.
Implements
Inherited Members
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? |