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: mmv1/products/vertexai/FeatureOnlineStore.yaml
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,9 @@ properties:
119
119
- 'bigtable'
120
120
- 'optimized'
121
121
properties:
122
+
- name: 'enableDirectBigtableAccess'
123
+
type: Boolean
124
+
description: 'Optional. If true, enable direct access to the Bigtable instance.'
122
125
- name: 'autoScaling'
123
126
type: NestedObject
124
127
description: Autoscaling config applied to Bigtable Instance.
@@ -139,6 +142,10 @@ properties:
139
142
When a cluster's CPU utilization exceeds the target that you have set,
140
143
Bigtable immediately adds nodes to the cluster. When CPU utilization is substantially lower than the target, Bigtable removes nodes. If not set will default to 50%.
141
144
default_from_api: true
145
+
- name: 'zone'
146
+
type: String
147
+
description: The zone where the Bigtable instance will be created.
148
+
default_from_api: true
142
149
- name: 'optimized'
143
150
type: NestedObject
144
151
description:
@@ -152,7 +159,7 @@ properties:
152
159
- 'bigtable'
153
160
- 'optimized'
154
161
properties:
155
-
# Meant to be an empty object with no properties - see here : https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureOnlineStores#Optimized
162
+
# Meant to be an empty object with no properties - see here : https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureOnlineStores#Optimized
156
163
[]
157
164
- name: 'dedicatedServingEndpoint'
158
165
type: NestedObject
@@ -201,3 +208,13 @@ properties:
201
208
description: |
202
209
Enable embedding management.
203
210
immutable: true
211
+
- name: 'encryptionSpec'
212
+
type: NestedObject
213
+
description: |
214
+
If set, both of the online and offline data storage will be secured by this key.
215
+
properties:
216
+
- name: 'kmsKeyName'
217
+
type: String
218
+
description: |
219
+
The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
0 commit comments