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 `DeleteDatasetRequest` class is used to send a request to delete a dataset via the `AutoMl.DeleteDataset` method in the Google Cloud AutoML V1 API."],["This class is part of the `Google.Cloud.AutoML.V1` namespace, which is included in the `Google.Cloud.AutoML.V1.dll` assembly."],["The latest version of the documentation linked is version 3.4.0 and the current page relates to version 2.5.0 of the package, both having pages for `DeleteDatasetRequest`."],["The `DeleteDatasetRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteDatasetRequest\u003e`, `IDeepCloneable\u003cDeleteDatasetRequest\u003e`, and `IBufferMessage`."],["The `DeleteDatasetRequest` class has properties including `DatasetName`, a typed view of the dataset resource name and `Name`, which requires the resource name of the dataset to delete."]]],[]]