public sealed class DeleteModelRequest : IMessage<DeleteModelRequest>, IEquatable<DeleteModelRequest>, IDeepCloneable<DeleteModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteModelRequest.
Request message for
[ModelService.DeleteModel][google.cloud.aiplatform.v1beta1.ModelService.DeleteModel].
[[["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-09 UTC."],[[["This documentation covers the `DeleteModelRequest` class, which is part of the Google Cloud AI Platform v1beta1 API, specifically for deleting a model resource."],["The `DeleteModelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is used as a request message for `ModelService.DeleteModel`, found within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The class contains properties `ModelName`, which is a typed view of the resource name, and `Name`, a string representing the model's resource name that is required to be in the proper `projects/{project}/locations/{location}/models/{model}` format."],["There are two constructors, one default and one that takes a `DeleteModelRequest` as a parameter, and the class inherits from the `object` class."]]],[]]