Optional
deletionCreateIndexRequest
The dimensions of the vectors to be inserted in the index.
CreateIndexRequest
Optional
metricThe distance metric to be used for similarity search. You can use 'euclidean', 'cosine', or 'dotproduct'.
CreateIndexRequest
The name of the index. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.
CreateIndexRequest
This option specifies how the index should be deployed.
Optional
suppressThis option tells the client not to throw if you attempt to create an index that already exists.
Optional
tagsCustom user tags added to an index. Keys must be alphanumeric and 80 characters or less. Values must be 120 characters or less.
CreateIndexRequest
Optional
waitThis option tells the client not to resolve the returned promise until the index is ready to receive data.
See
Understanding indexes