Class MutateDeployedModelRequest (1.48.0)

MutateDeployedModelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for EndpointService.MutateDeployedModel.

Attributes

NameDescription
endpoint str
Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
deployed_model google.cloud.aiplatform_v1.types.DeployedModel
Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated: - min_replica_count in either DedicatedResources or AutomaticResources - max_replica_count in either DedicatedResources or AutomaticResources - autoscaling_metric_specs - disable_container_logging (v1 only) - enable_container_logging (v1beta1 only)
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. The update mask applies to the resource. See google.protobuf.FieldMask][google.protobuf.FieldMask].

Methods

MutateDeployedModelRequest

MutateDeployedModelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for EndpointService.MutateDeployedModel.