public sealed class UpdateDatasetRequest : IMessage<UpdateDatasetRequest>, IEquatable<UpdateDatasetRequest>, IDeepCloneable<UpdateDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class UpdateDatasetRequest.
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."],[[["This document provides reference documentation for the `UpdateDatasetRequest` class within the Google AutoML v1 API, specifically version 3.2.0."],["The `UpdateDatasetRequest` class is used to request the update of a dataset via the `AutoMl.UpdateDataset` method, and it inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, one default and one that accepts another `UpdateDatasetRequest` object as a parameter, used for a copy."],["The `UpdateDatasetRequest` class includes two properties: `Dataset`, which specifies the dataset to be updated, and `UpdateMask`, which dictates which fields of the dataset are to be modified."],["There are multiple previous versions of the `UpdateDatasetRequest` class, dating back to version 2.2.0, and the most current version is 3.4.0."]]],[]]