public sealed class DeleteModelRequest : IMessage<DeleteModelRequest>, IEquatable<DeleteModelRequest>, IDeepCloneable<DeleteModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class DeleteModelRequest.
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 provides reference documentation for the `DeleteModelRequest` class within the Google AutoML v1 API, detailing its usage and properties."],["The `DeleteModelRequest` class is used to request the deletion of a model, as defined by the `AutoMl.DeleteModel` method in the API."],["It is part of the `Google.Cloud.AutoML.V1` namespace and is implemented in the `Google.Cloud.AutoML.V1.dll` assembly, with inheritance from `object` and implementation of several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `ModelName` (a `ModelName`-typed view) and `Name` (a string representing the resource name of the model to delete), with required being the resource name of the model being deleted."],["The document also lists the available version numbers of this api, ranging from 2.2.0 to the latest, 3.4.0."]]],[]]