CloudLocation

class graphdatascience.session.cloud_location.CloudLocation

Represent the location in Aura.

provider

Cloud provider: “gcp”, “aws” or “azure”.

Type:

str

region

Cloud region, e.g. “europe-west1”.

Type:

str

__init__(provider: str, region: str) None