Class NearDepthArgument.NearDepthArgumentBuilder
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.NearDepthArgument.NearDepthArgumentBuilder
-
- Enclosing class:
- NearDepthArgument
public static class NearDepthArgument.NearDepthArgumentBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NearDepthArgumentbuild()NearDepthArgument.NearDepthArgumentBuildercertainty(Float certainty)NearDepthArgument.NearDepthArgumentBuilderdepth(String depth)NearDepthArgument.NearDepthArgumentBuilderdepthFile(File depthFile)NearDepthArgument.NearDepthArgumentBuilderdistance(Float distance)NearDepthArgument.NearDepthArgumentBuildertargetVectors(String[] targetVectors)StringtoString()
-
-
-
Method Detail
-
depth
public NearDepthArgument.NearDepthArgumentBuilder depth(String depth)
- Returns:
this.
-
depthFile
public NearDepthArgument.NearDepthArgumentBuilder depthFile(File depthFile)
- Returns:
this.
-
certainty
public NearDepthArgument.NearDepthArgumentBuilder certainty(Float certainty)
- Returns:
this.
-
distance
public NearDepthArgument.NearDepthArgumentBuilder distance(Float distance)
- Returns:
this.
-
targetVectors
public NearDepthArgument.NearDepthArgumentBuilder targetVectors(String[] targetVectors)
- Returns:
this.
-
build
public NearDepthArgument build()
-
-