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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateDatasetRequest` class is used to send a request to update a dataset through the `AutoMl.UpdateDataset` method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for operations like message handling, equality checks, and deep cloning."],["It includes a `Dataset` property, which specifies the updated dataset resource, and an `UpdateMask` property to define which parts of the dataset should be updated."],["The class has a public parameterless constructor, as well as a constructor that allows cloning from another instance of `UpdateDatasetRequest`."],["This documentation is referencing version 2.6.0, though it includes links to versions going up to 3.4.0, which is the latest, and down to 2.2.0."]]],[]]