public sealed class DeleteDatasetRequest : IMessage<DeleteDatasetRequest>, IEquatable<DeleteDatasetRequest>, IDeepCloneable<DeleteDatasetRequest>, IBufferMessage, IMessage
Request message for [AutoMl.DeleteDataset][google.cloud.automl.v1.AutoMl.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 webpage details the `DeleteDatasetRequest` class, which is used to request the deletion of a dataset within the Google Cloud AutoML V1 API."],["The class is part of the `Google.Cloud.AutoML.V1` namespace and is implemented in the `Google.Cloud.AutoML.V1.dll` assembly."],["`DeleteDatasetRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as equality checks and deep cloning."],["The class includes constructors for creating new instances and accepts a `DatasetName` or a string `Name` property, which are the required resource names for the dataset targeted for deletion."],["The current page focuses on version 2.3.0, while the latest version available is 3.4.0, with multiple other versions also accessible."]]],[]]