public sealed class DeleteDatasetVersionRequest : IMessage<DeleteDatasetVersionRequest>, IEquatable<DeleteDatasetVersionRequest>, IDeepCloneable<DeleteDatasetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteDatasetVersionRequest.
Request message for
[DatasetService.DeleteDatasetVersion][google.cloud.aiplatform.v1beta1.DatasetService.DeleteDatasetVersion].
Required. The resource name of the Dataset version to delete.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}
[[["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-04-09 UTC."],[[["This documentation is for the `DeleteDatasetVersionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `DeleteDatasetVersionRequest` class is used to construct request messages for the `DatasetService.DeleteDatasetVersion` method, enabling users to delete a dataset version."],["This class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as message handling, equality checks, and deep cloning."],["The `DeleteDatasetVersionRequest` class includes properties such as `DatasetVersionName` (typed view) and `Name` (string), which are used to define the specific dataset version that should be deleted."],["There are two contructors, a parameterless one, and another one that accepts a `DeleteDatasetVersionRequest` as a parameter, named other."]]],[]]