public interface IndexDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFieldName()
The vector field name
string field_name = 4; |
com.google.protobuf.ByteString |
getFieldNameBytes()
The vector field name
string field_name = 4; |
long |
getIndexedRows()
index build progress
int64 indexed_rows = 5; |
long |
getIndexID()
Index id
int64 indexID = 2; |
String |
getIndexName()
Index name
string index_name = 1; |
com.google.protobuf.ByteString |
getIndexNameBytes()
Index name
string index_name = 1; |
String |
getIndexStateFailReason()
string index_state_fail_reason = 8; |
com.google.protobuf.ByteString |
getIndexStateFailReasonBytes()
string index_state_fail_reason = 8; |
KeyValuePair |
getParams(int index)
Will return index_type, metric_type, params(like nlist).
|
int |
getParamsCount()
Will return index_type, metric_type, params(like nlist).
|
List<KeyValuePair> |
getParamsList()
Will return index_type, metric_type, params(like nlist).
|
KeyValuePairOrBuilder |
getParamsOrBuilder(int index)
Will return index_type, metric_type, params(like nlist).
|
List<? extends KeyValuePairOrBuilder> |
getParamsOrBuilderList()
Will return index_type, metric_type, params(like nlist).
|
IndexState |
getState()
index state
.milvus.proto.common.IndexState state = 7; |
int |
getStateValue()
index state
.milvus.proto.common.IndexState state = 7; |
long |
getTotalRows()
int64 total_rows = 6; |
String getIndexName()
Index name
string index_name = 1;com.google.protobuf.ByteString getIndexNameBytes()
Index name
string index_name = 1;long getIndexID()
Index id
int64 indexID = 2;List<KeyValuePair> getParamsList()
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;KeyValuePair getParams(int index)
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;int getParamsCount()
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;List<? extends KeyValuePairOrBuilder> getParamsOrBuilderList()
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;KeyValuePairOrBuilder getParamsOrBuilder(int index)
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;String getFieldName()
The vector field name
string field_name = 4;com.google.protobuf.ByteString getFieldNameBytes()
The vector field name
string field_name = 4;long getIndexedRows()
index build progress
int64 indexed_rows = 5;long getTotalRows()
int64 total_rows = 6;int getStateValue()
index state
.milvus.proto.common.IndexState state = 7;IndexState getState()
index state
.milvus.proto.common.IndexState state = 7;String getIndexStateFailReason()
string index_state_fail_reason = 8;com.google.protobuf.ByteString getIndexStateFailReasonBytes()
string index_state_fail_reason = 8;Copyright © 2023. All rights reserved.