deployedModel property

GoogleCloudAiplatformV1DeployedModel? deployedModel
getter/setter pair

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)

Required.

Implementation

GoogleCloudAiplatformV1DeployedModel? deployedModel;