public sealed class DeleteDatasetRequest : IMessage<DeleteDatasetRequest>, IEquatable<DeleteDatasetRequest>, IDeepCloneable<DeleteDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class DeleteDatasetRequest.
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 within the Google AutoML v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various functionalities."],["The class provides a constructor to instantiate a new `DeleteDatasetRequest` or copy an existing one."],["It contains a `Name` property (a string) that represents the resource name of the dataset to be deleted and a `DatasetName` property, a typed view over the `Name` property."],["The latest version of the `DeleteDatasetRequest` is 3.4.0 and the earliest is 2.2.0."]]],[]]