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-31 UTC."],[[["This documentation is for the `DeleteDatasetVersionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`DeleteDatasetVersionRequest` is a request message used for the `DatasetService.DeleteDatasetVersion` method, which is used to request deletion of a Dataset version."],["The `DeleteDatasetVersionRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteDatasetVersionRequest` class has two constructors and two main properties: `DatasetVersionName`, which provides a typed view of the resource name, and `Name`, which is a string representing the required resource name of the dataset version to be deleted."],["The latest version of this API call is [1.0.0-beta21](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DeleteDatasetVersionRequest)."]]],[]]