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; |
boolean |
containsIndexes(String key)
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10; |
boolean |
containsSparseVectorsSchema(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
boolean |
containsVectorsSchema(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
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; |
Map<String,CollectionInfo.Index> |
getIndexes()
已过时。
|
int |
getIndexesCount()
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10; |
Map<String,CollectionInfo.Index> |
getIndexesMap()
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10; |
CollectionInfo.Index |
getIndexesOrDefault(String key,
CollectionInfo.Index defaultValue)
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10; |
CollectionInfo.Index |
getIndexesOrThrow(String key)
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10; |
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; |
Map<String,CollectionInfo.VectorParam> |
getSparseVectorsSchema()
已过时。
|
int |
getSparseVectorsSchemaCount()
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
Map<String,CollectionInfo.VectorParam> |
getSparseVectorsSchemaMap()
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
CollectionInfo.VectorParam |
getSparseVectorsSchemaOrDefault(String key,
CollectionInfo.VectorParam defaultValue)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
CollectionInfo.VectorParam |
getSparseVectorsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9; |
Map<String,CollectionInfo.VectorParam> |
getVectorsSchema()
已过时。
|
int |
getVectorsSchemaCount()
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
Map<String,CollectionInfo.VectorParam> |
getVectorsSchemaMap()
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
CollectionInfo.VectorParam |
getVectorsSchemaOrDefault(String key,
CollectionInfo.VectorParam defaultValue)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
CollectionInfo.VectorParam |
getVectorsSchemaOrThrow(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8; |
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 getVectorsSchemaCount()
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;boolean containsVectorsSchema(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;@Deprecated Map<String,CollectionInfo.VectorParam> getVectorsSchema()
getVectorsSchemaMap() instead.Map<String,CollectionInfo.VectorParam> getVectorsSchemaMap()
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;CollectionInfo.VectorParam getVectorsSchemaOrDefault(String key, CollectionInfo.VectorParam defaultValue)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;CollectionInfo.VectorParam getVectorsSchemaOrThrow(String key)
dimension, dtype and metric will be ignored if vectors are set
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> vectors_schema = 8;int getSparseVectorsSchemaCount()
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;boolean containsSparseVectorsSchema(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;@Deprecated Map<String,CollectionInfo.VectorParam> getSparseVectorsSchema()
getSparseVectorsSchemaMap() instead.Map<String,CollectionInfo.VectorParam> getSparseVectorsSchemaMap()
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;CollectionInfo.VectorParam getSparseVectorsSchemaOrDefault(String key, CollectionInfo.VectorParam defaultValue)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;CollectionInfo.VectorParam getSparseVectorsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.CollectionInfo.VectorParam> sparse_vectors_schema = 9;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;String getExtraParamsOrThrow(String key)
map<string, string> extra_params = 6;int getIndexesCount()
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10;boolean containsIndexes(String key)
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10;@Deprecated Map<String,CollectionInfo.Index> getIndexes()
getIndexesMap() instead.Map<String,CollectionInfo.Index> getIndexesMap()
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10;CollectionInfo.Index getIndexesOrDefault(String key, CollectionInfo.Index defaultValue)
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10;CollectionInfo.Index getIndexesOrThrow(String key)
optional
map<string, .proxima.dashvector.proto.CollectionInfo.Index> indexes = 10;Copyright © 2026. All rights reserved.