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-04-09 UTC."],[[["This documentation covers the `ReadIndexDatapointsResponse` class within the Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta02."],["The `ReadIndexDatapointsResponse` class is a response message used by the `MatchService.ReadIndexDatapoints` method."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Datapoints` property, which is a `RepeatedField` of `IndexDatapoint` objects, representing the result list of datapoints."],["There are 2 constructors for creating the `ReadIndexDatapointsResponse` objects, the first one being the default and the second one taking another `ReadIndexDatapointsResponse` object as a parameter."]]],[]]