public sealed class DeleteModelRequest : IMessage<DeleteModelRequest>, IEquatable<DeleteModelRequest>, IDeepCloneable<DeleteModelRequest>, IBufferMessage, IMessage
Request message for [AutoMl.DeleteModel][google.cloud.automl.v1.AutoMl.DeleteModel].
[[["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 `DeleteModelRequest` class is used to send a request to delete a model in the Google Cloud AutoML V1 service."],["This class is part of the `Google.Cloud.AutoML.V1` namespace and is implemented in the `Google.Cloud.AutoML.V1.dll` assembly, and is available in various versions, with 3.4.0 being the latest."],["The `DeleteModelRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities such as message handling and cloning."],["It has two constructors, a default one and another that accepts a `DeleteModelRequest` object for copying, and also contains two properties `ModelName` and `Name` which are used to specify the model being deleted."],["The `DeleteModelRequest` class is a subclass of the `Object` class, and inherits its methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]