Cloud AI Platform v1 API - Class MutateDeployedModelRequest (2.17.0)

public sealed class MutateDeployedModelRequest : IMessage<MutateDeployedModelRequest>, IEquatable<MutateDeployedModelRequest>, IDeepCloneable<MutateDeployedModelRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class MutateDeployedModelRequest.

Request message for [EndpointService.MutateDeployedModel][google.cloud.aiplatform.v1.EndpointService.MutateDeployedModel].

Inheritance

object > MutateDeployedModelRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MutateDeployedModelRequest()

public MutateDeployedModelRequest()

MutateDeployedModelRequest(MutateDeployedModelRequest)

public MutateDeployedModelRequest(MutateDeployedModelRequest other)
Parameter
NameDescription
otherMutateDeployedModelRequest

Properties

DeployedModel

public DeployedModel DeployedModel { get; set; }

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.v1.DedicatedResources] or [AutomaticResources][google.cloud.aiplatform.v1.AutomaticResources]
  • max_replica_count in either [DedicatedResources][google.cloud.aiplatform.v1.DedicatedResources] or [AutomaticResources][google.cloud.aiplatform.v1.AutomaticResources]
  • [autoscaling_metric_specs][google.cloud.aiplatform.v1.DedicatedResources.autoscaling_metric_specs]
  • disable_container_logging (v1 only)
  • enable_container_logging (v1beta1 only)
Property Value
TypeDescription
DeployedModel

Endpoint

public string Endpoint { get; set; }

Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Property Value
TypeDescription
string

EndpointAsEndpointName

public EndpointName EndpointAsEndpointName { get; set; }

EndpointName-typed view over the Endpoint resource name property.

Property Value
TypeDescription
EndpointName

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The update mask applies to the resource. See [google.protobuf.FieldMask][google.protobuf.FieldMask].

Property Value
TypeDescription
FieldMask