public sealed class UpdateDatasetRequest : IMessage<UpdateDatasetRequest>, IEquatable<UpdateDatasetRequest>, IDeepCloneable<UpdateDatasetRequest>, IBufferMessage, IMessage
Request message for [AutoMl.UpdateDataset][google.cloud.automl.v1.AutoMl.UpdateDataset]
[[["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-21 UTC."],[[["The content focuses on the `UpdateDatasetRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.3.0 and its related versions."],["`UpdateDatasetRequest` is a message class used for updating datasets, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes properties such as `Dataset` and `UpdateMask`, which are used to define the dataset and the fields to be updated, respectively."],["The latest version for this class is version 3.4.0, with other previous versions available, ranging from 2.2.0 to 3.3.0, each providing the same core functionality."],["`UpdateDatasetRequest` class inherits from the base `Object` class and has two constructors, one default and one that accepts another `UpdateDatasetRequest` as an argument."]]],[]]