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 page provides reference documentation for the `DeleteModelRequest` class within the Google Cloud Retail v2 API, specifically for .NET developers."],["The `DeleteModelRequest` class is used to construct requests for deleting a model in the Retail API, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 2.12.0, with the current page detailing version 2.11.0 and listing older versions available down to 1.0.0."],["The `DeleteModelRequest` class has two constructors: a default one and one that takes another `DeleteModelRequest` instance to copy its properties, and it contains properties such as `ModelName` and `Name`, which are used to specify the model to be deleted."],["The `Name` property of the class, being a required element, needs to be in a specific format: `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}`."]]],[]]