Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MutateDeployedModelRequest.
Request message for EndpointService.MutateDeployedModel .
Generated from protobuf message google.cloud.aiplatform.v1.MutateDeployedModelRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ endpoint
string
Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
↳ deployed_model
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
* * required_replica_count
in DedicatedResources
* * autoscaling_metric_specs
* * disable_container_logging
(v1 only) * * enable_container_logging
(v1beta1 only)
↳ update_mask
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. See google.protobuf.FieldMask .
getEndpoint
Required. The name of the Endpoint resource into which to mutate a
DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string
setEndpoint
Required. The name of the Endpoint resource into which to mutate a
DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
var
string
$this
getDeployedModel
Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated:
-
min_replica_countin either DedicatedResources or AutomaticResources -
max_replica_countin either DedicatedResources or AutomaticResources -
required_replica_countin DedicatedResources - autoscaling_metric_specs
-
disable_container_logging(v1 only) -
enable_container_logging(v1beta1 only)
hasDeployedModel
clearDeployedModel
setDeployedModel
Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated:
-
min_replica_countin either DedicatedResources or AutomaticResources -
max_replica_countin either DedicatedResources or AutomaticResources -
required_replica_countin DedicatedResources - autoscaling_metric_specs
-
disable_container_logging(v1 only) -
enable_container_logging(v1beta1 only)
$this
getUpdateMask
Required. The update mask applies to the resource. See google.protobuf.FieldMask .
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The update mask applies to the resource. See google.protobuf.FieldMask .
$this
static::build
endpoint
string
Required. The name of the Endpoint resource into which to mutate a
DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Please see EndpointServiceClient::endpointName()
for help formatting this field.
deployedModel
DeployedModel
Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated:
-
-
min_replica_countin either DedicatedResources or AutomaticResources
-
-
-
max_replica_countin either DedicatedResources or AutomaticResources
-
-
-
required_replica_countin DedicatedResources
-
-
-
disable_container_logging(v1 only)
-
-
-
enable_container_logging(v1beta1 only)
-
updateMask
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. See google.protobuf.FieldMask .

