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."],["The `DeleteDatasetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages."],["It includes properties such as `DatasetName` and `Name` to specify the dataset to be deleted, where `Name` is the resource name and is a required string parameter."],["The latest version of `DeleteDatasetRequest` available is 3.4.0, with the presented version being 2.2.0, also listing several previous versions in the content."]]],[]]