public sealed class UpdateDatasetRequest : IMessage<UpdateDatasetRequest>, IEquatable<UpdateDatasetRequest>, IDeepCloneable<UpdateDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateDatasetRequest.
Request message for
[DatasetService.UpdateDataset][google.cloud.aiplatform.v1beta1.DatasetService.UpdateDataset].
Required. The update mask applies to the resource.
For the FieldMask definition, see
[google.protobuf.FieldMask][google.protobuf.FieldMask]. Updatable fields:
[[["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 documentation is for the `UpdateDatasetRequest` class within the Vertex AI v1beta1 API, used to update a dataset via `DatasetService.UpdateDataset`."],["`UpdateDatasetRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `UpdateDatasetRequest` as a parameter for creating a copy."],["`UpdateDatasetRequest` has two key properties: `Dataset`, which is the updated dataset object, and `UpdateMask`, which specifies which fields of the dataset to update, such as `display_name`, `description`, and `labels`."],["The latest version of `UpdateDatasetRequest` available is `1.0.0-beta21`, found under the `Google.Cloud.AIPlatform.V1Beta1` namespace."]]],[]]