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-03-25 UTC."],[[["The `DeleteModelRequest` class is used to send a request to delete a model via the Cloud AI Platform v1beta1 API."],["It is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is implemented in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteModelRequest\u003e`, `IDeepCloneable\u003cDeleteModelRequest\u003e`, and `IBufferMessage`."],["It contains properties such as `ModelName` (a `ModelName`-typed view) and `Name` (a string), which represent the name of the model to be deleted."],["The `DeleteModelRequest` class has 2 constructors, one default and one that takes in another `DeleteModelRequest`."]]],[]]