public static interface Search.KnnVectorQueryOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFieldName()
optional string field_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
Search.Query |
getFilter()
optional .com.alicloud.openservices.tablestore.core.protocol.Query filter = 5; |
Search.QueryOrBuilder |
getFilterOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Query filter = 5; |
float |
getFloat32QueryVector(int index)
repeated float float32_query_vector = 4; |
int |
getFloat32QueryVectorCount()
repeated float float32_query_vector = 4; |
List<Float> |
getFloat32QueryVectorList()
repeated float float32_query_vector = 4; |
float |
getMinScore()
optional float min_score = 7; |
int |
getNumCandidates()
optional int32 num_candidates = 8; |
int |
getTopK()
optional int32 top_k = 2; |
float |
getWeight()
optional float weight = 6; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasFilter()
optional .com.alicloud.openservices.tablestore.core.protocol.Query filter = 5; |
boolean |
hasMinScore()
optional float min_score = 7; |
boolean |
hasNumCandidates()
optional int32 num_candidates = 8; |
boolean |
hasTopK()
optional int32 top_k = 2; |
boolean |
hasWeight()
optional float weight = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFieldName()
optional string field_name = 1;String getFieldName()
optional string field_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;boolean hasTopK()
optional int32 top_k = 2;int getTopK()
optional int32 top_k = 2;List<Float> getFloat32QueryVectorList()
repeated float float32_query_vector = 4;int getFloat32QueryVectorCount()
repeated float float32_query_vector = 4;float getFloat32QueryVector(int index)
repeated float float32_query_vector = 4;index - The index of the element to return.boolean hasFilter()
optional .com.alicloud.openservices.tablestore.core.protocol.Query filter = 5;Search.Query getFilter()
optional .com.alicloud.openservices.tablestore.core.protocol.Query filter = 5;Search.QueryOrBuilder getFilterOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Query filter = 5;boolean hasWeight()
optional float weight = 6;float getWeight()
optional float weight = 6;boolean hasMinScore()
optional float min_score = 7;float getMinScore()
optional float min_score = 7;boolean hasNumCandidates()
optional int32 num_candidates = 8;int getNumCandidates()
optional int32 num_candidates = 8;Copyright © 2025. All Rights Reserved.