public sealed class SearchNearestEntitiesResponse : IMessage<SearchNearestEntitiesResponse>, IEquatable<SearchNearestEntitiesResponse>, IDeepCloneable<SearchNearestEntitiesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `SearchNearestEntitiesResponse` class within the Google Cloud AI Platform v1beta1 API."],["`SearchNearestEntitiesResponse` is a sealed class that serves as the response message for the `FeatureOnlineStoreService.SearchNearestEntities` method."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `NearestNeighbors` property, that will return the nearest neighbors of the queried entity."],["The two constructors available are the default `SearchNearestEntitiesResponse()` and one that takes a `SearchNearestEntitiesResponse` object."]]],[]]