Interface VectorIndexOperation<ItemT,RequestT,ResponseT,ResultT>

All Superinterfaces:
CommonOperation<ItemT,RequestT,ResponseT,ResultT>
All Known Implementing Classes:
SearchVectorsOperation

@SdkInternalApi public interface VectorIndexOperation<ItemT,RequestT,ResponseT,ResultT> extends CommonOperation<ItemT,RequestT,ResponseT,ResultT>
Interface for a single operation that can be executed against a vector index of a mapped database table.