Show / Hide Table of Contents

Class GoogleCloudAiplatformV1NearestNeighborsNeighbor

A neighbor of the query vector.

Inheritance
object
GoogleCloudAiplatformV1NearestNeighborsNeighbor
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.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NearestNeighborsNeighbor : IDirectResponseSchema

Properties

Distance

The distance between the neighbor and the query vector.

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

EntityId

The id of the similar entity.

Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Type Description
string

EntityKeyValues

The attributes of the neighbor, e.g. filters, crowding and metadata Note that full entities are returned only when "return_full_entity" is set to true. Otherwise, only the "entity_id" and "distance" fields are populated.

Declaration
[JsonProperty("entityKeyValues")]
public virtual GoogleCloudAiplatformV1FetchFeatureValuesResponse EntityKeyValues { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1FetchFeatureValuesResponse

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX