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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteModelRequest` class within the Google Cloud Retail v2 API for .NET."],["The `DeleteModelRequest` class is used to request the deletion of a specific model in the Retail API, as indicated by the content within the provided page."],["The documentation includes information about the class's inheritance, implemented interfaces such as IMessage and IDeepCloneable, and also the inherited members it uses."],["The page lists numerous versions of the API, ranging from version 2.12.0 down to version 1.0.0, indicating a history of updates to the API class."],["`DeleteModelRequest` class has properties `ModelName` which is a type of `ModelName`, and `Name` which is a string that contains the model's resource name."]]],[]]