minReplicaCount

@JvmName(name = "uuiyhxdlqmoxavnr")
suspend fun minReplicaCount(value: Output<Int>)
@JvmName(name = "javexowfvfojjegi")
suspend fun minReplicaCount(value: Int?)

Parameters

value

The minimum number of replicas this DeployedModel will be always deployed on. If minReplicaCount is not set, the default value is 2 (we don't provide SLA when minReplicaCount=1). If traffic against it increases, it may dynamically be deployed onto more replicas up to maxReplicaCount, and as traffic decreases, some of these extra replicas may be freed. If the requested value is too large, the deployment will error.