index_name
Returns
str: The unique name identifier of the index.
Example Usage
index_type
'ivf', 'ivf_pq', or 'ivf_flat').
Returns
str: The index type.
Example Usage
is_trained
Returns
bool: True if the index has been trained, False otherwise.
Example Usage
is_training
Returns
bool: True if the index is currently training, False otherwise.
Example Usage
index_config
Returns
Dict[str, Any]: Configuration dictionary containing index parameters.