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/IndexEndpoint.yaml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,20 @@ properties:
131
131
immutable: true
132
132
item_type:
133
133
type: String
134
+
- name: 'pscAutomationConfigs'
135
+
type: Array
136
+
description: List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
137
+
item_type:
138
+
type: NestedObject
139
+
properties:
140
+
- name: 'projectId'
141
+
type: String
142
+
required: true
143
+
description: Project id used to create forwarding rule.
144
+
- name: 'network'
145
+
type: String
146
+
required: true
147
+
description: 'The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get): projects/{project}/global/networks/{network}.'
134
148
- name: 'publicEndpointEnabled'
135
149
type: Boolean
136
150
description: If true, the deployed index will be accessible through public endpoint.
0 commit comments