public sealed class DeleteDatasetRequest : IMessage<DeleteDatasetRequest>, IEquatable<DeleteDatasetRequest>, IDeepCloneable<DeleteDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteDatasetRequest.
Request message for
[DatasetService.DeleteDataset][google.cloud.aiplatform.v1beta1.DatasetService.DeleteDataset].
[[["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 documentation covers the `DeleteDatasetRequest` class, which is part of the Google Cloud Vertex AI v1beta1 API."],["`DeleteDatasetRequest` is used to formulate requests for deleting a dataset through the `DatasetService.DeleteDataset` method."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteDatasetRequest` class has properties like `DatasetName` and `Name`, which are used to specify the dataset to be deleted."],["There are two constructors available: a parameterless constructor and one that takes another `DeleteDatasetRequest` object as a parameter for cloning."]]],[]]