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 information for the `UpdateDatasetRequest` class within the Google AutoML v1 API, specifically version 3.3.0."],["`UpdateDatasetRequest` is a request message used to update a dataset via the `AutoMl.UpdateDataset` method, with its required components being the `Dataset` to be updated and a `UpdateMask`."],["The class `UpdateDatasetRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The content includes past versions of this component, ranging from version 2.2.0 up to the latest version 3.4.0."],["This class contains the properties `Dataset` and `UpdateMask`, both of which are mandatory for updating a dataset, as well as two constructors."]]],[]]