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 document outlines the `DeleteDatasetRequest` class within the `Google.Cloud.AutoML.V1` namespace, used for initiating the deletion of a dataset in the AutoML service."],["The `DeleteDatasetRequest` class, found in the `Google.Cloud.AutoML.V1.dll` assembly, inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `DeleteDatasetRequest()` and another that accepts an existing `DeleteDatasetRequest` object for copying, `DeleteDatasetRequest(DeleteDatasetRequest other)`."],["The class contains properties `DatasetName`, for a typed view over the dataset resource name, and `Name`, which represents the resource name of the dataset to be deleted and is a required property of the `string` type."],["The latest version of this request is 3.4.0 and the page provides access to versions going back to 2.2.0."]]],[]]