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."],[[["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 implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class has two constructors: a default constructor (`DeleteModelRequest()`) and a copy constructor (`DeleteModelRequest(DeleteModelRequest other)`), along with two properties: `ModelName` and `Name`, which are essential for identifying the model to be deleted."],["The content includes links to various versions of `DeleteModelRequest`, ranging from version 2.2.0 up to 3.4.0, with 3.4.0 being the latest version available."]]],[]]