public sealed class DeleteAnnotatedDatasetRequest : IMessage<DeleteAnnotatedDatasetRequest>, IEquatable<DeleteAnnotatedDatasetRequest>, IDeepCloneable<DeleteAnnotatedDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class DeleteAnnotatedDatasetRequest.
[[["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 `DeleteAnnotatedDatasetRequest` class in the Google Cloud Data Labeling v1beta1 API is used to request the deletion of an annotated dataset."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usage within the .NET framework."],["There are multiple versions available for this request, with the latest being version `2.0.0-beta05`, and the class inherits from `object`."],["The `DeleteAnnotatedDatasetRequest` class has two constructors: a default constructor and one that takes another `DeleteAnnotatedDatasetRequest` object as a parameter for cloning."],["It requires the `Name` property, which specifies the annotated dataset's resource path to be deleted, and it also has an `AnnotatedDatasetName` typed view over the `Name`."]]],[]]