public sealed class NearestNeighbors : IMessage<NearestNeighbors>, IEquatable<NearestNeighbors>, IDeepCloneable<NearestNeighbors>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class NearestNeighbors.
[[["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 documentation covers the `NearestNeighbors` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta11."],["The `NearestNeighbors` class is designed to represent the nearest neighbors for a given query, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Two constructors are provided for the `NearestNeighbors` class: a default constructor and one that takes another `NearestNeighbors` object as a parameter."],["The class includes a `Neighbors` property, which is a `RepeatedField` containing a list of all the neighbors of type `NearestNeighbors.Types.Neighbor`."],["`NearestNeighbors` inherits from `object` and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]