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 document outlines the `DeleteModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, used for initiating a request to delete a model via the `AutoMl.DeleteModel` function."],["The `DeleteModelRequest` class, which inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitates the deletion of a specified model."],["The class provides two constructors: a default `DeleteModelRequest()` and an overload `DeleteModelRequest(DeleteModelRequest other)` to facilitate the creation of a `DeleteModelRequest` object."],["The `DeleteModelRequest` has properties `ModelName` for a typed view of the resource name and `Name`, a string property, which is a required field that specifies the resource name of the model to be deleted."],["The documentation shows a range of versions from 2.2.0 up to 3.4.0, with 3.4.0 being the latest version, of the `DeleteModelRequest` class."]]],[]]