public sealed class UpdateDatasetRequest : IMessage<UpdateDatasetRequest>, IEquatable<UpdateDatasetRequest>, IDeepCloneable<UpdateDatasetRequest>, IBufferMessage, IMessage
[[["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 `UpdateDatasetRequest` class, part of the `Google.Cloud.DocumentAI.V1Beta3` namespace, is designed for updating dataset resources within the Document AI service."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["`UpdateDatasetRequest` has two constructors, one default and another that allows for creating an instance by cloning another `UpdateDatasetRequest`."],["The class has two key properties, `Dataset` which represents the dataset to be updated and `UpdateMask` which is utilized for applying changes to the resource."],["The documentation includes three available versions for the `UpdateDatasetRequest`: 2.0.0-beta23 (latest), 2.0.0-beta22, and 1.0.0-beta04."]]],[]]