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-04-17 UTC."],[[["This webpage details the `DeleteModelRequest` class, which is used to request the deletion of a model within the Google Cloud AutoML V1 API."],["The `DeleteModelRequest` class is part of the `Google.Cloud.AutoML.V1` namespace and is implemented in the `Google.Cloud.AutoML.V1.dll` assembly."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cDeleteModelRequest\u003e`, `IEquatable\u003cDeleteModelRequest\u003e`, `IDeepCloneable\u003cDeleteModelRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, `DeleteModelRequest()` and `DeleteModelRequest(DeleteModelRequest other)`, and two properties: `ModelName` and `Name`."],["There are multiple versions of the `DeleteModelRequest`, starting from version 2.2.0 up to 3.4.0 (latest)."]]],[]]