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-04-09 UTC."],[[["This page provides documentation for the `DeleteModelVersionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for the .NET environment."],["`DeleteModelVersionRequest` is a class used to construct requests for the `ModelService.DeleteModelVersion` method, enabling the deletion of specific model versions in AI Platform."],["The class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, providing functionalities for message handling, equality comparison, and deep cloning."],["Key properties of `DeleteModelVersionRequest` include `ModelName`, which offers a typed view of the model's resource name, and `Name`, which is a required string property to identify the specific model version to be deleted."],["The latest version of this API is referenced as 1.0.0-beta21."]]],[]]