cpu property

JSAny? get cpu

Fractional number of CPUs to allocate to a function.

@remarks Defaults to 1 for functions with <= 2GB RAM and increases for larger memory sizes. This is different from the defaults when using the gcloud utility and is different from the fixed amount assigned in Google Cloud Functions generation 1. To revert to the CPU amounts used in gcloud or in Cloud Functions generation 1, set this to the value "gcf_gen1"

Implementation

external JSAny? get cpu;