public static interface Search.VectorOptionsOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Search.VectorDataType |
getDataType()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorDataType data_type = 1; |
int |
getDimension()
optional int32 dimension = 2; |
Search.VectorMetricType |
getMetricType()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorMetricType metric_type = 3; |
boolean |
hasDataType()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorDataType data_type = 1; |
boolean |
hasDimension()
optional int32 dimension = 2; |
boolean |
hasMetricType()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorMetricType metric_type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDataType()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorDataType data_type = 1;Search.VectorDataType getDataType()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorDataType data_type = 1;boolean hasDimension()
optional int32 dimension = 2;int getDimension()
optional int32 dimension = 2;boolean hasMetricType()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorMetricType metric_type = 3;Search.VectorMetricType getMetricType()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorMetricType metric_type = 3;Copyright © 2025. All Rights Reserved.