public class VectorOptions extends Object implements Jsonizable
| 构造器和说明 |
|---|
VectorOptions() |
VectorOptions(VectorDataType dataType,
int dimension,
VectorMetricType metricType) |
| 限定符和类型 | 方法和说明 |
|---|---|
VectorDataType |
getDataType() |
Integer |
getDimension() |
VectorMetricType |
getMetricType() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
VectorOptions |
setDataType(VectorDataType dataType) |
VectorOptions |
setDimension(Integer dimension) |
VectorOptions |
setMetricType(VectorMetricType metricType) |
public VectorOptions()
public VectorOptions(VectorDataType dataType, int dimension, VectorMetricType metricType)
public VectorDataType getDataType()
public VectorOptions setDataType(VectorDataType dataType)
public Integer getDimension()
public VectorOptions setDimension(Integer dimension)
public VectorMetricType getMetricType()
public VectorOptions setMetricType(VectorMetricType metricType)
public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.