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 of the `DeleteModelRequest` is 2.12.0, part of the Google.Cloud.Retail.V2 API."],["This class `DeleteModelRequest` is a request type for deleting a model within the Retail v2 API, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteModelRequest` class can be instantiated either as an empty object or by copying from an existing `DeleteModelRequest` instance."],["It includes a required `Name` property representing the resource name of the model to be deleted, and a `ModelName` property that is a typed view of this resource name."],["The webpage provides documentation and access to versions of the `DeleteModelRequest` class, ranging from version 1.0.0 to 2.12.0, with each linking to its specific documentation."]]],[]]