You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/automatic-labelling-from-localhost/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,10 @@ this directory:
22
22
23
23
| Name | Description | Type | Default | Required |
24
24
|------|-------------|:----:|:-----:|:-----:|
25
+
| network | The name or self_link of the network to create compute instance in. Only one of network or subnetwork should be specified. | string |`""`| no |
25
26
| project\_id | The ID of the project to which resources will be applied. | string | n/a | yes |
26
27
| region | The region in which resources will be applied. | string | n/a | yes |
28
+
| subnetwork | The name or self_link of the subnetwork to create compute instance in. Only one of network or subnetwork should be specified. | string |`""`| no |
27
29
| zone | The zone in which resources will be applied. | string | n/a | yes |
Copy file name to clipboardExpand all lines: examples/automatic-labelling-from-repository/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,10 @@ this directory:
22
22
23
23
| Name | Description | Type | Default | Required |
24
24
|------|-------------|:----:|:-----:|:-----:|
25
+
| network | The name or self_link of the network to create compute instance in. Only one of network or subnetwork should be specified. | string |`""`| no |
25
26
| project\_id | The ID of the project to which resources will be applied. | string | n/a | yes |
26
27
| region | The region in which resources will be applied. | string | n/a | yes |
28
+
| subnetwork | The name or self_link of the subnetwork to create compute instance in. Only one of network or subnetwork should be specified. | string |`""`| no |
27
29
| zone | The zone in which resources will be applied. | string | n/a | yes |
0 commit comments