public sealed class DeleteDatasetRequest : IMessage<DeleteDatasetRequest>, IEquatable<DeleteDatasetRequest>, IDeepCloneable<DeleteDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteDatasetRequest.
Request message for
[DatasetService.DeleteDataset][google.cloud.aiplatform.v1beta1.DatasetService.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 documentation is for the `DeleteDatasetRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta04."],["`DeleteDatasetRequest` is a request message used to delete a dataset via the `DatasetService.DeleteDataset` method."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties: `DatasetName`, a typed view over the resource name, and `Name`, which is a string that represents the resource name of the dataset to delete."],["The `DeleteDatasetRequest` class contains two constructors, one default, and another that takes another `DeleteDatasetRequest` object as a parameter."]]],[]]