Skip to content

Commit 33623bf

Browse files
Make metadata required in Vertex AI Index resource (#14382)
1 parent bc25c12 commit 33623bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

mmv1/products/vertexai/Index.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ properties:
8484
# https://cloud.google.com/vertex-ai/docs/matching-engine/configuring-indexes
8585
- name: 'metadata'
8686
type: NestedObject
87-
description: An additional information about the Index
87+
description: |-
88+
Additional information about the Index.
89+
Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
90+
Attempts to create an Index without this field will result in an API error.
8891
properties:
8992
- name: 'contentsDeltaUri'
9093
type: String

0 commit comments

Comments
 (0)