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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteModelRequest` class within the Google AutoML v1 API, detailing its usage for deleting models."],["The `DeleteModelRequest` class is part of the `Google.Cloud.AutoML.V1` namespace and is implemented in the `Google.Cloud.AutoML.V1.dll` assembly."],["The `DeleteModelRequest` class can be constructed using a default constructor or by providing another `DeleteModelRequest` instance."],["The `DeleteModelRequest` class includes properties for managing the model name, using either a `ModelName` type or a `string` resource name."],["The `DeleteModelRequest` class supports various versions of the AutoML API, ranging from version 2.2.0 up to the latest version 3.4.0."]]],[]]