public interface CreateCollectionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsExtraParams(String key)
map<string, string> extra_params = 6; |
boolean |
containsFieldsSchema(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
int |
getDimension()
uint32 dimension = 2; |
CollectionInfo.DataType |
getDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
int |
getDtypeValue()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
Map<String,String> |
getExtraParams()
已过时。
|
int |
getExtraParamsCount()
map<string, string> extra_params = 6; |
Map<String,String> |
getExtraParamsMap()
map<string, string> extra_params = 6; |
String |
getExtraParamsOrDefault(String key,
String defaultValue)
map<string, string> extra_params = 6; |
String |
getExtraParamsOrThrow(String key)
map<string, string> extra_params = 6; |
Map<String,FieldType> |
getFieldsSchema()
已过时。
|
int |
getFieldsSchemaCount()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
Map<String,FieldType> |
getFieldsSchemaMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
FieldType |
getFieldsSchemaOrDefault(String key,
FieldType defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
FieldType |
getFieldsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
Map<String,Integer> |
getFieldsSchemaValue()
已过时。
|
Map<String,Integer> |
getFieldsSchemaValueMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
int |
getFieldsSchemaValueOrDefault(String key,
int defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
int |
getFieldsSchemaValueOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
CollectionInfo.Metric |
getMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
int |
getMetricValue()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;int getDimension()
uint32 dimension = 2;int getDtypeValue()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;CollectionInfo.DataType getDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;int getMetricValue()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;CollectionInfo.Metric getMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;int getFieldsSchemaCount()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;boolean containsFieldsSchema(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;@Deprecated Map<String,FieldType> getFieldsSchema()
getFieldsSchemaMap() instead.Map<String,FieldType> getFieldsSchemaMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;FieldType getFieldsSchemaOrDefault(String key, FieldType defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;FieldType getFieldsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;@Deprecated Map<String,Integer> getFieldsSchemaValue()
getFieldsSchemaValueMap() instead.Map<String,Integer> getFieldsSchemaValueMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;int getFieldsSchemaValueOrDefault(String key, int defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;int getFieldsSchemaValueOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;int getExtraParamsCount()
map<string, string> extra_params = 6;boolean containsExtraParams(String key)
map<string, string> extra_params = 6;@Deprecated Map<String,String> getExtraParams()
getExtraParamsMap() instead.String getExtraParamsOrDefault(String key, String defaultValue)
map<string, string> extra_params = 6;Copyright © 2024. All rights reserved.