Class GoogleCloudAiplatformV1SearchNearestEntitiesResponse
Response message for FeatureOnlineStoreService.SearchNearestEntities
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SearchNearestEntitiesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NearestNeighbors
The nearest neighbors of the query entity.
Declaration
[JsonProperty("nearestNeighbors")]
public virtual GoogleCloudAiplatformV1NearestNeighbors NearestNeighbors { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1NearestNeighbors |