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 `UpdateDatasetRequest` class is used to request an update to a dataset within the Google Cloud AutoML V1 API, specifically seen here in version 2.2.0."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages and supporting operations like cloning and comparison."],["The `UpdateDatasetRequest` class contains properties `Dataset` and `UpdateMask`, which are required fields for specifying the dataset to be updated and defining the specific parts of the dataset that should be modified."],["There are multiple versions of the `UpdateDatasetRequest` class, with the latest version available being 3.4.0, and version 2.2.0 being the version of this particular documentation."]]],[]]