public sealed class DeleteModelRequest : IMessage<DeleteModelRequest>, IEquatable<DeleteModelRequest>, IDeepCloneable<DeleteModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-21 UTC."],[[["`DeleteModelRequest` is a class in the Vertex AI v1beta1 API, specifically designed for handling requests to delete a model via `ModelService.DeleteModel`."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The `DeleteModelRequest` class includes properties `ModelName` and `Name`, allowing the specification of the target model for deletion."],["The `DeleteModelRequest` has two constructors: a default one and another one that takes another `DeleteModelRequest` as parameter."]]],[]]