public sealed class UpdateDatasetRequest : IMessage<UpdateDatasetRequest>, IEquatable<UpdateDatasetRequest>, IDeepCloneable<UpdateDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 document provides reference documentation for the `UpdateDatasetRequest` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta01, with a link to the most recent release."],["The `UpdateDatasetRequest` class is used to send requests to the `DatasetService.UpdateDataset` method, and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, `UpdateDatasetRequest()` and `UpdateDatasetRequest(UpdateDatasetRequest other)`, with the latter allowing for the creation of a new instance from an existing one."],["`UpdateDatasetRequest` includes two properties, `Dataset`, which represents the updated Dataset object, and `UpdateMask`, which specifies the fields to be updated within the Dataset resource, such as display name, description, and labels."]]],[]]