minReplicaCount property

int? minReplicaCount
getter/setter pair

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

This value must be greater than or equal to 1. If traffic against the DeployedModel increases, it may dynamically be deployed onto more replicas, and as traffic decreases, some of these extra replicas may be freed.

Required. Immutable.

Implementation

core.int? minReplicaCount;