Interface | Description |
---|---|
MilvusClient |
The Milvus Client Interface
|
Class | Description |
---|---|
ConnectParam |
Contains parameters for connecting to Milvus server
|
ConnectParam.Builder |
Builder for
ConnectParam |
CreateIndexParam |
Contains parameters for
createIndex |
CreateIndexParam.Builder |
Builder for
CreateIndexParam |
DateRange |
Represents a date range [
startDate , endDate ) |
DeleteByRangeParam |
Contains parameters for
deleteByRange |
DeleteByRangeParam.Builder |
Builder for
DeleteByRangeParam |
DescribeIndexResponse |
Contains the returned
response and index for describeIndex |
DescribeTableResponse |
Contains the returned
response and tableSchema for describeTable |
GetTableRowCountResponse |
Contains the returned
response and tableRowCount for getTableRowCount |
HasTableResponse |
Contains the returned
response and hasTable for hasTable |
Index |
Represents an index containing
indexType and nList |
Index.Builder |
Builder for
Index |
InsertParam |
Contains parameters for
insert |
InsertParam.Builder |
Builder for
InsertParam |
InsertResponse |
Contains the returned
response and vectorIds for insert |
MilvusGrpcClient |
Actual implementation of interface
MilvusClient |
Response |
Represents response of a client call.
|
SearchInFilesParam |
Contains parameters for
searchInFiles |
SearchInFilesParam.Builder |
Builder for
SearchInFilesParam |
SearchParam |
Contains parameters for
search |
SearchParam.Builder |
Builder for
SearchParam |
SearchResponse |
Contains the returned
response and queryResultsList for search |
SearchResponse.QueryResult |
Represents a single result of a vector query.
|
ShowTablesResponse |
Contains the returned
response and tableNames for showTables |
TableParam |
Contains parameters for
hasTable , dropTable , describeTable ,
getTableRowCount , preloadTable , describeIndex and dropIndex |
TableParam.Builder |
Builder for
TableParam |
TableSchema |
Represents a table schema
|
TableSchema.Builder |
Builder for
TableSchema |
TableSchemaParam |
Contains parameters for
createTable |
TableSchemaParam.Builder |
Builder for
TableSchemaParam |
Enum | Description |
---|---|
IndexType |
Represents available index types
|
MetricType |
Represents available metric types
|
Response.Status |
Represents server and client side status code
|