public sealed class DeleteModelVersionRequest : IMessage<DeleteModelVersionRequest>, IEquatable<DeleteModelVersionRequest>, IDeepCloneable<DeleteModelVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteModelVersionRequest.
Request message for
[ModelService.DeleteModelVersion][google.cloud.aiplatform.v1beta1.ModelService.DeleteModelVersion].
[[["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."],[[["This document provides reference information for the `DeleteModelVersionRequest` class within the Cloud AI Platform v1beta1 API, specifically for the .NET environment."],["`DeleteModelVersionRequest` is a class used to construct requests for the `ModelService.DeleteModelVersion` method, which is used to delete a specified version of a model."],["The latest version of `DeleteModelVersionRequest` is 1.0.0-beta21 and it inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties within the `DeleteModelVersionRequest` class include `ModelName`, a typed view over the resource name, and `Name`, which specifies the fully qualified name of the model version to be deleted."],["The class includes two constructors, a default one, and one that takes another instance of the class as a parameter for copying."]]],[]]