public sealed class SearchNearestEntitiesResponse : IMessage<SearchNearestEntitiesResponse>, IEquatable<SearchNearestEntitiesResponse>, IDeepCloneable<SearchNearestEntitiesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class SearchNearestEntitiesResponse.
Response message for [FeatureOnlineStoreService.SearchNearestEntities][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.SearchNearestEntities]
Implements
IMessageSearchNearestEntitiesResponse, IEquatableSearchNearestEntitiesResponse, IDeepCloneableSearchNearestEntitiesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchNearestEntitiesResponse()
public SearchNearestEntitiesResponse()SearchNearestEntitiesResponse(SearchNearestEntitiesResponse)
public SearchNearestEntitiesResponse(SearchNearestEntitiesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchNearestEntitiesResponse |
Properties
NearestNeighbors
public NearestNeighbors NearestNeighbors { get; set; }The nearest neighbors of the query entity.
| Property Value | |
|---|---|
| Type | Description |
NearestNeighbors |
|