public sealed class SearchNearestEntitiesResponse : IMessage<SearchNearestEntitiesResponse>, IEquatable<SearchNearestEntitiesResponse>, IDeepCloneable<SearchNearestEntitiesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SearchNearestEntitiesResponse.
Response message for
[FeatureOnlineStoreService.SearchNearestEntities][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.SearchNearestEntities]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This document provides reference information for the `SearchNearestEntitiesResponse` class within the Google Cloud Vertex AI v1beta1 API."],["The `SearchNearestEntitiesResponse` class is a response message for the `FeatureOnlineStoreService.SearchNearestEntities` method, implemented as a sealed class."],["The class includes properties like `NearestNeighbors`, which contains the query entity's nearest neighbors, and supports constructors for creating new instances and copying existing ones."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, deep cloning, and buffer management."],["This class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, with version information available for beta20 and the latest beta21."]]],[]]