Uses of Class
io.weaviate.client.v1.graphql.query.argument.NearDepthArgument
-
Packages that use NearDepthArgument Package Description io.weaviate.client.v1.graphql.query io.weaviate.client.v1.graphql.query.argument io.weaviate.client.v1.graphql.query.builder -
-
Uses of NearDepthArgument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type NearDepthArgument Modifier and Type Method Description AggregateAggregate. withNearDepth(NearDepthArgument nearDepth)ExploreExplore. withNearDepth(NearDepthArgument nearDepth)GetGet. withNearDepth(NearDepthArgument nearDepth) -
Uses of NearDepthArgument in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return NearDepthArgument Modifier and Type Method Description NearDepthArgumentNearDepthArgument.NearDepthArgumentBuilder. build() -
Uses of NearDepthArgument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return NearDepthArgument Modifier and Type Method Description NearDepthArgumentAggregateBuilder. getWithNearDepthFilter()NearDepthArgumentExploreBuilder. getWithNearDepthFilter()NearDepthArgumentGetBuilder. getWithNearDepthFilter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type NearDepthArgument Modifier and Type Method Description AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withNearDepthFilter(NearDepthArgument withNearDepthFilter)ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. withNearDepthFilter(NearDepthArgument withNearDepthFilter)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withNearDepthFilter(NearDepthArgument withNearDepthFilter)
-