public sealed class DeleteModelRequest : IMessage<DeleteModelRequest>, IEquatable<DeleteModelRequest>, IDeepCloneable<DeleteModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class DeleteModelRequest.
Required. The resource name of the [Model][google.cloud.retail.v2.Model] to
delete. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}
[[["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 page provides reference documentation for the `DeleteModelRequest` class within the Google Cloud Retail v2 API for .NET, specifically version 2.10.0."],["The `DeleteModelRequest` class is used to send requests for deleting a model, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available for the DeleteModelRequest class is 2.12.0, and the page covers versions all the way back to 1.0.0."],["The class has properties such as `ModelName` and `Name` which allow for the ability to specify the resource name of the model that is to be deleted, with the name property being required."]]],[]]