Class NearThermalArgument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.NearThermalArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNearThermalArgument.NearThermalArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static NearThermalArgument.NearThermalArgumentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)FloatgetCertainty()FloatgetDistance()String[]getTargetVectors()StringgetThermal()FilegetThermalFile()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static NearThermalArgument.NearThermalArgumentBuilder builder()
-
getThermal
public String getThermal()
-
getThermalFile
public File getThermalFile()
-
getCertainty
public Float getCertainty()
-
getDistance
public Float getDistance()
-
getTargetVectors
public String[] getTargetVectors()
-
canEqual
protected boolean canEqual(Object other)
-
-