Class GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor
A neighbor of the query vector.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NearestNeighborsNeighbor : 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 GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse EntityKeyValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse |