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."],[[["The `NearestNeighbors` class in the Cloud AI Platform v1beta1 API provides functionality for handling nearest neighbor data for a given query."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["`NearestNeighbors` has two constructors: a default constructor and a constructor that takes another `NearestNeighbors` instance as a parameter for initialization."],["The `Neighbors` property, of type `RepeatedField`, contains a collection of all the nearest neighbors associated with the query."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace, and the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]