public sealed class MutateDeployedModelResponse : IMessage<MutateDeployedModelResponse>, IEquatable<MutateDeployedModelResponse>, IDeepCloneable<MutateDeployedModelResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class MutateDeployedModelResponse.
Response message for
[EndpointService.MutateDeployedModel][google.cloud.aiplatform.v1beta1.EndpointService.MutateDeployedModel].
[[["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-31 UTC."],[[["This page provides documentation for the `MutateDeployedModelResponse` class within the Cloud AI Platform v1beta1 API, specifically for the .NET environment."],["`MutateDeployedModelResponse` is the response message for the `EndpointService.MutateDeployedModel` method, indicating it's used to handle updates or modifications to deployed models."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality comparison, deep cloning, and buffered message support."],["The `MutateDeployedModelResponse` class has two constructors, one default and one that takes another `MutateDeployedModelResponse` as an argument for copying, in addition to having a `DeployedModel` property."],["The class inherits from the base `object` class and exposes standard inherited methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]