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."],[[["This page provides reference documentation for the `DeleteDatasetRequest` class within the Google AutoML v1 API, specifically for version 3.2.0."],["`DeleteDatasetRequest` is used to formulate a request to delete a dataset in the AutoML API, as referenced by its implementation of multiple interfaces, including `IMessage` and `IEquatable`."],["The class includes a `Name` property, which is a required string that represents the resource name of the dataset to be deleted, and a `DatasetName` property that is a typed view over the `Name`."],["The provided documentation highlights the inheritance hierarchy of the `DeleteDatasetRequest` class, showing it inherits from the base `object` and lists several inherited members and implemented interfaces."],["The page also contains links to prior versions, as well as the latest version, of the documentation relating to `DeleteDatasetRequest`."]]],[]]