Class GetIndexResponse
-
- All Implemented Interfaces:
public final class GetIndexResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final VectorIndexindex
-
Constructor Summary
Constructors Constructor Description GetIndexResponse(VectorIndex index)
-
Method Summary
Modifier and Type Method Description final VectorIndexgetIndex()-
-
Constructor Detail
-
GetIndexResponse
GetIndexResponse(VectorIndex index)
-
-
Method Detail
-
getIndex
final VectorIndex getIndex()
-
-
-
-