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."],[[["The latest version of the `DeleteDatasetRequest` is 3.4.0, with versions 3.3.0, 3.2.0, 3.1.0, and 3.0.0 being older releases."],["`DeleteDatasetRequest` is a request message for deleting a dataset within the Google Cloud AutoML service, specifically in version v1 of the API."],["The `DeleteDatasetRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `DatasetName` of type `DatasetName` and `Name` of type string, with the latter being the required resource name of the dataset to be deleted."],["The `DeleteDatasetRequest` class has two constructors: a default constructor, and a constructor that takes another `DeleteDatasetRequest` as a parameter."]]],[]]