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."],[[["The latest version available for the `DeleteModelRequest` class is 2.12.0, while the current page focuses on version 2.7.0 of the Retail v2 API."],["The `DeleteModelRequest` class is used to formulate a request to delete a model within the Google Cloud Retail API, as outlined in the documentation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionality."],["The `DeleteModelRequest` class has two constructors, one default and one that accepts another `DeleteModelRequest` object, allowing for the creation of a new instance from an existing one."],["The `DeleteModelRequest` class includes a `Name` property which is required to specify the resource name of the Model to be deleted, with the format `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}`."]]],[]]