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-03-25 UTC."],[[["This page provides documentation for the `DeleteDatasetVersionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta11."],["The `DeleteDatasetVersionRequest` class is used to construct requests for deleting a dataset version through the `DatasetService.DeleteDatasetVersion` method."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property, which is a required string representing the resource name of the dataset version to be deleted, and a `DatasetVersionName` property which gives the same info but is type `DatasetVersionName`."],["Two constructors are available for `DeleteDatasetVersionRequest`, one default and one that clones from an existing `DeleteDatasetVersionRequest` instance."]]],[]]