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."],[[["The `DeleteModelRequest` class is used to send a request to delete a model via the `AutoMl.DeleteModel` method in the Google Cloud AutoML V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling protocol buffer messages and object comparison."],["It contains properties like `ModelName` and `Name`, with the latter being a string that represents the resource name of the model to be deleted, which is required for the deletion operation."],["The version history of the `DeleteModelRequest` is available from version 2.2.0 up to the latest 3.4.0."],["This page is specifically covering version 2.3.0, of the DeleteModelRequest, providing details on its constructors, and property members."]]],[]]