GCP¶
skyward.GCP
¶
Google Cloud Platform provider.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
project
|
str | None
|
GCP project ID. |
None
|
zone
|
str
|
Compute Engine zone. Default |
'us-central1-a'
|
network
|
str
|
VPC network name. Default |
'default'
|
subnet
|
str | None
|
VPC subnet name. |
None
|
disk_size_gb
|
int
|
Boot disk size in GB. |
200
|
disk_type
|
str
|
Boot disk type ( |
'pd-balanced'
|
instance_timeout
|
int
|
Seconds to wait for instance to become running. |
300
|
service_account
|
str | None
|
GCE service account email. |
None
|
thread_pool_size
|
int
|
Max concurrent API requests. |
8
|
Examples: