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."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for protocol buffer messaging and object manipulation."],["The `UpdateDatasetRequest` class contains two primary properties, `Dataset` and `UpdateMask`, which define the data for update and how the update will be applied to the server resource respectively."],["The `UpdateDatasetRequest` class is available in multiple versions, from 2.2.0 to 3.4.0, with 3.4.0 being the latest."],["It inherits from `Object` and comes with the `Google.Cloud.AutoML.V1` namespace, and the class is built inside of `Google.Cloud.AutoML.V1.dll` assembly."]]],[]]