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 updates to a dataset in Google Cloud AutoML V1, and it is part of the Google.Cloud.AutoML.V1 namespace."],["This request requires specifying the `Dataset` to be updated and a `FieldMask` to indicate which fields should be modified on the resource."],["The latest version for updating datasets is version 3.4.0, with other previous versions being available from 2.2.0 to 3.3.0."],["`UpdateDatasetRequest` inherits from `Object` and implements `IMessage\u003cUpdateDatasetRequest\u003e`, `IEquatable\u003cUpdateDatasetRequest\u003e`, `IDeepCloneable\u003cUpdateDatasetRequest\u003e`, `IBufferMessage`, and `IMessage`."]]],[]]