public sealed class BatchDeleteDocumentsRequest : IMessage<BatchDeleteDocumentsRequest>, IEquatable<BatchDeleteDocumentsRequest>, IDeepCloneable<BatchDeleteDocumentsRequest>, IBufferMessage, IMessage
public BatchDatasetDocuments DatasetDocuments { get; set; }
Required. Dataset documents input. If given filter, all documents
satisfying the filter will be deleted. If given documentIds, a maximum of
50 documents can be deleted in a batch. The request will be rejected if
more than 50 document_ids are provided.
[[["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-24 UTC."],[[["The latest version of `BatchDeleteDocumentsRequest` is `2.0.0-beta23`, with previous versions including `2.0.0-beta22` and `1.0.0-beta04`."],["`BatchDeleteDocumentsRequest` is a sealed class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and contains methods like `GetHashCode()`, `GetType()`, and `ToString()`, coming from the base class."],["It has a constructor that accepts another `BatchDeleteDocumentsRequest` object for creating copies, in addition to a parameterless constructor."],["The class includes properties like `Dataset`, which specifies the dataset resource name, and `DatasetDocuments`, which handles the input of documents to be deleted, with limitations on batch sizes."]]],[]]