public sealed class RemoveDatapointsRequest : IMessage<RemoveDatapointsRequest>, IEquatable<RemoveDatapointsRequest>, IDeepCloneable<RemoveDatapointsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RemoveDatapointsRequest.
Request message for
[IndexService.RemoveDatapoints][google.cloud.aiplatform.v1beta1.IndexService.RemoveDatapoints]
[[["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 provides reference information for the `RemoveDatapointsRequest` class within the Vertex AI v1beta1 API, specifically for use in .NET development."],["The `RemoveDatapointsRequest` class is used to send requests to the `IndexService.RemoveDatapoints` method, allowing the removal of specific data points from an index."],["The latest version available for this class is `1.0.0-beta21`, with a previous version of `1.0.0-beta20` also listed, while the class itself inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RemoveDatapointsRequest` class has properties like `DatapointIds` (for specifying the datapoints to remove), `Index` (the resource name of the index), and `IndexAsIndexName` (a typed view of the index resource name), allowing specific and precise datapoint removal."],["The document provides details on the class's constructors, including a default constructor and one that allows for cloning a pre-existing `RemoveDatapointsRequest` object, along with information about inherited members."]]],[]]