| 程序包 | 说明 |
|---|---|
| io.milvus.grpc |
| 限定符和类型 | 方法和说明 |
|---|---|
IndexDescription.Builder |
IndexDescription.Builder.addAllParams(Iterable<? extends KeyValuePair> values)
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
DescribeIndexResponse.Builder.addIndexDescriptionsBuilder()
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription.Builder |
DescribeIndexResponse.Builder.addIndexDescriptionsBuilder(int index)
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription.Builder |
IndexDescription.Builder.addParams(int index,
KeyValuePair.Builder builderForValue)
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.addParams(int index,
KeyValuePair value)
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.addParams(KeyValuePair.Builder builderForValue)
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.addParams(KeyValuePair value)
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IndexDescription.Builder |
IndexDescription.Builder.clear() |
IndexDescription.Builder |
IndexDescription.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
IndexDescription.Builder |
IndexDescription.Builder.clearFieldName()
The vector field name
string field_name = 4; |
IndexDescription.Builder |
IndexDescription.Builder.clearIndexedRows()
index build progress
int64 indexed_rows = 5; |
IndexDescription.Builder |
IndexDescription.Builder.clearIndexID()
Index id
int64 indexID = 2; |
IndexDescription.Builder |
IndexDescription.Builder.clearIndexName()
Index name
string index_name = 1; |
IndexDescription.Builder |
IndexDescription.Builder.clearIndexStateFailReason()
string index_state_fail_reason = 8; |
IndexDescription.Builder |
IndexDescription.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
IndexDescription.Builder |
IndexDescription.Builder.clearParams()
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.clearState()
index state
.milvus.proto.common.IndexState state = 7; |
IndexDescription.Builder |
IndexDescription.Builder.clearTotalRows()
int64 total_rows = 6; |
IndexDescription.Builder |
IndexDescription.Builder.clone() |
IndexDescription.Builder |
DescribeIndexResponse.Builder.getIndexDescriptionsBuilder(int index)
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription.Builder |
IndexDescription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IndexDescription.Builder |
IndexDescription.Builder.mergeFrom(IndexDescription other) |
IndexDescription.Builder |
IndexDescription.Builder.mergeFrom(com.google.protobuf.Message other) |
IndexDescription.Builder |
IndexDescription.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static IndexDescription.Builder |
IndexDescription.newBuilder() |
static IndexDescription.Builder |
IndexDescription.newBuilder(IndexDescription prototype) |
IndexDescription.Builder |
IndexDescription.newBuilderForType() |
protected IndexDescription.Builder |
IndexDescription.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
IndexDescription.Builder |
IndexDescription.Builder.removeParams(int index)
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IndexDescription.Builder |
IndexDescription.Builder.setFieldName(String value)
The vector field name
string field_name = 4; |
IndexDescription.Builder |
IndexDescription.Builder.setFieldNameBytes(com.google.protobuf.ByteString value)
The vector field name
string field_name = 4; |
IndexDescription.Builder |
IndexDescription.Builder.setIndexedRows(long value)
index build progress
int64 indexed_rows = 5; |
IndexDescription.Builder |
IndexDescription.Builder.setIndexID(long value)
Index id
int64 indexID = 2; |
IndexDescription.Builder |
IndexDescription.Builder.setIndexName(String value)
Index name
string index_name = 1; |
IndexDescription.Builder |
IndexDescription.Builder.setIndexNameBytes(com.google.protobuf.ByteString value)
Index name
string index_name = 1; |
IndexDescription.Builder |
IndexDescription.Builder.setIndexStateFailReason(String value)
string index_state_fail_reason = 8; |
IndexDescription.Builder |
IndexDescription.Builder.setIndexStateFailReasonBytes(com.google.protobuf.ByteString value)
string index_state_fail_reason = 8; |
IndexDescription.Builder |
IndexDescription.Builder.setParams(int index,
KeyValuePair.Builder builderForValue)
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.setParams(int index,
KeyValuePair value)
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
IndexDescription.Builder |
IndexDescription.Builder.setState(IndexState value)
index state
.milvus.proto.common.IndexState state = 7; |
IndexDescription.Builder |
IndexDescription.Builder.setStateValue(int value)
index state
.milvus.proto.common.IndexState state = 7; |
IndexDescription.Builder |
IndexDescription.Builder.setTotalRows(long value)
int64 total_rows = 6; |
IndexDescription.Builder |
IndexDescription.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IndexDescription.Builder |
IndexDescription.toBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<IndexDescription.Builder> |
DescribeIndexResponse.Builder.getIndexDescriptionsBuilderList()
All index informations, for now only return tha latest index you created for the collection.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.addIndexDescriptions(IndexDescription.Builder builderForValue)
All index informations, for now only return tha latest index you created for the collection.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.addIndexDescriptions(int index,
IndexDescription.Builder builderForValue)
All index informations, for now only return tha latest index you created for the collection.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.setIndexDescriptions(int index,
IndexDescription.Builder builderForValue)
All index informations, for now only return tha latest index you created for the collection.
|
Copyright © 2023. All rights reserved.