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 page provides documentation for the `DeleteModelVersionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for the .NET environment, with the latest version being beta21."],["The `DeleteModelVersionRequest` class is used to formulate requests for deleting a specific version of a model through the `ModelService.DeleteModelVersion` method in the Google Cloud AI Platform."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities like deep cloning and message handling."],["Key properties include `Name`, which is a string representing the unique identifier of the model version to delete, and `ModelName`, which offers a typed view of the `Name`."],["The class also provides two constructors, one default and another accepting a `DeleteModelVersionRequest` object for instantiation, as well as documentation for the members it inherits."]]],[]]