regions property

List<String>? regions
getter/setter pair

The list of regions where the model is going to be deployed.

Only one region per model is supported. Defaults to 'us-central1' if nothing is set. See the available regions for AI Platform services. Note:

  • No matter where a model is deployed, it can always be accessed by users from anywhere, both for online and batch prediction. * The region for a batch prediction job is set by the region field when submitting the batch prediction job and does not take its value from this field.

Optional.

Implementation

core.List<core.String>? regions;