minReplicaCount property

int? minReplicaCount
getter/setter pair

The minimum number of replicas this DeployedModel will be always deployed on.

If traffic against it increases, it may dynamically be deployed onto more replicas up to max_replica_count, and as traffic decreases, some of these extra replicas may be freed. If the requested value is too large, the deployment will error.

Immutable.

Implementation

core.int? minReplicaCount;