Class NearDepthArgument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.NearDepthArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNearDepthArgument.NearDepthArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static NearDepthArgument.NearDepthArgumentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)FloatgetCertainty()StringgetDepth()FilegetDepthFile()FloatgetDistance()String[]getTargetVectors()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static NearDepthArgument.NearDepthArgumentBuilder builder()
-
getDepth
public String getDepth()
-
getDepthFile
public File getDepthFile()
-
getCertainty
public Float getCertainty()
-
getDistance
public Float getDistance()
-
getTargetVectors
public String[] getTargetVectors()
-
canEqual
protected boolean canEqual(Object other)
-
-