public sealed class ReadIndexDatapointsResponse : IMessage<ReadIndexDatapointsResponse>, IEquatable<ReadIndexDatapointsResponse>, IDeepCloneable<ReadIndexDatapointsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ReadIndexDatapointsResponse.
The response message for
[MatchService.ReadIndexDatapoints][google.cloud.aiplatform.v1beta1.MatchService.ReadIndexDatapoints].
[[["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 documentation is for the `ReadIndexDatapointsResponse` class within the Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta09."],["The `ReadIndexDatapointsResponse` class is a response message used by `MatchService.ReadIndexDatapoints`, which is part of the Google Cloud AI Platform."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `Datapoints` property, a `RepeatedField` of `IndexDatapoint`, which represents the result list of data points."],["It has two constructors, one that is empty and another one that takes another `ReadIndexDatapointsResponse` as an argument."]]],[]]