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 webpage provides reference documentation for the `DeleteModelRequest` class within the Google AutoML v1 API, used for requesting the deletion of a model."],["The `DeleteModelRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The `DeleteModelRequest` class has two constructors: one default and one that takes another `DeleteModelRequest` object for creating a new instance."],["Key properties of the `DeleteModelRequest` class are `ModelName`, which provides a typed view of the model's resource name, and `Name`, a string representing the resource name of the model to be deleted."],["The page provides links to documentation for versions of the API from 2.2.0 to the latest version, 3.4.0, showing the different versions of the DeleteModelRequest class."]]],[]]