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 documentation pertains to the `DeleteModelVersionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta11."],["`DeleteModelVersionRequest` is a request message used for the `ModelService.DeleteModelVersion` operation, which facilitates the deletion of a specific model version."],["The class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members derived from `object`."],["The `DeleteModelVersionRequest` class includes properties like `ModelName` (a `ModelName`-typed property) and `Name` (a `string` property), to specify the model version to be deleted, where `Name` requires an explicit version ID."],["The constructor `DeleteModelVersionRequest` can be called by passing no arguments or taking another instance of `DeleteModelVersionRequest`."]]],[]]