public sealed class UpdateDatasetVersionRequest : IMessage<UpdateDatasetVersionRequest>, IEquatable<UpdateDatasetVersionRequest>, IDeepCloneable<UpdateDatasetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateDatasetVersionRequest.
Request message for
[DatasetService.UpdateDatasetVersion][google.cloud.aiplatform.v1beta1.DatasetService.UpdateDatasetVersion].
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-25 UTC."],[[["This documentation details the `UpdateDatasetVersionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09."],["`UpdateDatasetVersionRequest` is a request message used for updating a DatasetVersion via the `DatasetService.UpdateDatasetVersion` method, inheriting from `object` and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor that allows creating a new instance of the request, as well as a constructor that permits passing in another instance of `UpdateDatasetVersionRequest`."],["It exposes two properties: `DatasetVersion`, which specifies the replacement dataset version, and `UpdateMask`, which dictates which resource fields are updatable, such as `display_name`."],["The `UpdateDatasetVersionRequest` is located within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]