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-04-14 UTC."],[[["The `MutateDeployedModelResponse` class is a response message for the `EndpointService.MutateDeployedModel` operation within the Cloud AI Platform v1beta1 API."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a property called `DeployedModel`, which represents the mutated `DeployedModel` object, and is accessed using the `get` and `set` keywords."],["Two constructors are available: a default constructor and one that accepts another `MutateDeployedModelResponse` object as a parameter for initialization."],["This documentation pertains to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]