CloudLocation¶ class graphdatascience.session.cloud_location.CloudLocation¶ 表示 Aura 中的位置。 provider¶ 云提供商:“gcp”、“aws” 或 “azure”。 类型: str region¶ 云区域,例如“europe-west1”。 类型: str __init__(provider: str, region: str) → None¶