inferenceType | String | marqo.CPU.small | Type of inference for the index. Options are “marqo.CPU.small”(deprecated), “marqo.CPU.large”, “marqo.GPU”. |
numberOfInferences | Integer | 1 | Defines the number of inference nodes for the index. The minimum value is 0, and the maximum value is 5 by default, but this is dependent on your account limits. |
numberOfShards | Integer | 1 | Defines the number of shards for the index. The minimum value is equal to the current number of shards for the index, and the maximum value is 5 by default, but this is dependent on your account limits. |
numberOfReplicas | Integer | 1 | Defines the number of replicas for the index. The minimum value is equal to the current number of replicas for the index, and the maximum value is 1 by default, but this is dependent on your account limits. |
storageClass | String | marqo.basic | Defines the storage class for the index. Permisible values are marqo.basic, marqo.balanced.storage, marqo.balanced.throughput and marqo.performance. The value must be equal to the current storage class for the index, but support to change this value is coming soon. |