public sealed class FindNeighborsResponse : IMessage<FindNeighborsResponse>, IEquatable<FindNeighborsResponse>, IDeepCloneable<FindNeighborsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FindNeighborsResponse.
The response message for
[MatchService.FindNeighbors][google.cloud.aiplatform.v1beta1.MatchService.FindNeighbors].
[[["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-21 UTC."],[[["This page provides documentation for the `FindNeighborsResponse` class, which is part of the Cloud AI Platform v1beta1 API."],["`FindNeighborsResponse` is a sealed class that serves as the response message for the `MatchService.FindNeighbors` method, enabling users to identify the nearest neighbors."],["The `FindNeighborsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities."],["The class includes two constructors, one default and one that takes another `FindNeighborsResponse` as a parameter, and it also contains a `NearestNeighbors` property of the type `RepeatedField\u003cFindNeighborsResponse.Types.NearestNeighbors\u003e`."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]