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 webpage provides documentation for the `UpdateDatasetRequest` class within the Google AutoML v1 API, specifically in the .NET environment."],["The latest version of the `UpdateDatasetRequest` documentation is for version 3.4.0, with previous versions down to 2.2.0 also available."],["`UpdateDatasetRequest` is a request message used to update datasets in the AutoML API, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties for `Dataset` and `UpdateMask`, where `Dataset` is the new dataset that replaces the one on the server, and `UpdateMask` is required to determine which fields of the resource will be updated."]]],[]]