public sealed class MutateDeployedModelRequest : IMessage<MutateDeployedModelRequest>, IEquatable<MutateDeployedModelRequest>, IDeepCloneable<MutateDeployedModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class MutateDeployedModelRequest.
Request message for
[EndpointService.MutateDeployedModel][google.cloud.aiplatform.v1beta1.EndpointService.MutateDeployedModel].
Required. The DeployedModel to be mutated within the Endpoint. Only the
following fields can be mutated:
min_replica_count in either
[DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
[AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
max_replica_count in either
[DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
[AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
required_replica_count in
[DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation provides reference information for the \u003ccode\u003eMutateDeployedModelRequest\u003c/code\u003e class within the Vertex AI v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMutateDeployedModelRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eEndpointService.MutateDeployedModel\u003c/code\u003e operation, allowing modification of a deployed model.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eMutateDeployedModelRequest\u003c/code\u003e include \u003ccode\u003eDeployedModel\u003c/code\u003e (the model to be mutated), \u003ccode\u003eEndpoint\u003c/code\u003e (the target endpoint's name), and \u003ccode\u003eUpdateMask\u003c/code\u003e (specifying which fields to update).\u003c/p\u003e\n"],["\u003cp\u003eThis documentation also lists the available constructors for this class, both default and with a parameter of \u003ccode\u003eMutateDeployedModelRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class MutateDeployedModelRequest (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.MutateDeployedModelRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.MutateDeployedModelRequest) \n\n public sealed class MutateDeployedModelRequest : IMessage\u003cMutateDeployedModelRequest\u003e, IEquatable\u003cMutateDeployedModelRequest\u003e, IDeepCloneable\u003cMutateDeployedModelRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class MutateDeployedModelRequest.\n\nRequest message for\n\\[EndpointService.MutateDeployedModel\\]\\[google.cloud.aiplatform.v1beta1.EndpointService.MutateDeployedModel\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MutateDeployedModelRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MutateDeployedModelRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.MutateDeployedModelRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MutateDeployedModelRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.MutateDeployedModelRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MutateDeployedModelRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.MutateDeployedModelRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### MutateDeployedModelRequest()\n\n public MutateDeployedModelRequest()\n\n### MutateDeployedModelRequest(MutateDeployedModelRequest)\n\n public MutateDeployedModelRequest(MutateDeployedModelRequest other)\n\nProperties\n----------\n\n### DeployedModel\n\n public DeployedModel DeployedModel { get; set; }\n\nRequired. The DeployedModel to be mutated within the Endpoint. Only the\nfollowing fields can be mutated:\n\n- `min_replica_count` in either \\[DedicatedResources\\]\\[google.cloud.aiplatform.v1beta1.DedicatedResources\\] or \\[AutomaticResources\\]\\[google.cloud.aiplatform.v1beta1.AutomaticResources\\]\n- `max_replica_count` in either \\[DedicatedResources\\]\\[google.cloud.aiplatform.v1beta1.DedicatedResources\\] or \\[AutomaticResources\\]\\[google.cloud.aiplatform.v1beta1.AutomaticResources\\]\n- `required_replica_count` in \\[DedicatedResources\\]\\[google.cloud.aiplatform.v1beta1.DedicatedResources\\]\n- \\[autoscaling_metric_specs\\]\\[google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs\\]\n- `disable_container_logging` (v1 only)\n- `enable_container_logging` (v1beta1 only)\n\n### Endpoint\n\n public string Endpoint { get; set; }\n\nRequired. The name of the Endpoint resource into which to mutate a\nDeployedModel. Format:\n`projects/{project}/locations/{location}/endpoints/{endpoint}`\n\n### EndpointAsEndpointName\n\n public EndpointName EndpointAsEndpointName { get; set; }\n\n[EndpointName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.EndpointName)-typed view over the [Endpoint](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.MutateDeployedModelRequest#Google_Cloud_AIPlatform_V1Beta1_MutateDeployedModelRequest_Endpoint) resource name property.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nRequired. The update mask applies to the resource. See\n\\[google.protobuf.FieldMask\\]\\[google.protobuf.FieldMask\\]."]]