We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1a598 commit 618fa2bCopy full SHA for 618fa2b
mmv1/products/colab/RuntimeTemplate.yaml
@@ -65,12 +65,12 @@ parameters:
65
required: true
66
url_param_only: true
67
description: 'The location for the resource: https://cloud.google.com/colab/docs/locations'
68
+properties:
69
- name: 'name'
70
type: String
71
default_from_api: true
72
custom_flatten: 'templates/terraform/custom_flatten/name_from_self_link.tmpl'
73
description: 'The resource name of the Runtime Template'
-properties:
74
- name: 'displayName'
75
76
description:
@@ -94,6 +94,7 @@ properties:
94
type: enum
95
description: |
96
The type of hardware accelerator used by the runtime. If specified, acceleratorCount must also be specified.
97
+ default_from_api: true
98
enum_values:
99
- 'NVIDIA_TESLA_V100'
100
- 'NVIDIA_TESLA_T4'
0 commit comments