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-04-17 UTC."],[[["The latest version of the `UpdateDatasetRequest` is 3.4.0, with a series of previous versions available, including 3.3.0, 3.2.0, 3.1.0, and 3.0.0."],["`UpdateDatasetRequest` is a message type for updating datasets, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `UpdateDatasetRequest()` for creating a new instance and `UpdateDatasetRequest(UpdateDatasetRequest other)` for creating a copy."],["Key properties of `UpdateDatasetRequest` include `Dataset`, which replaces the resource on the server, and `UpdateMask`, which determines how the resource will be updated."],["`UpdateDatasetRequest` inherits from the generic `Object` class and in turn inherits the methods: `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."]]],[]]