Uses of Class
io.weaviate.client.v1.graphql.query.argument.NearDepthArgument
Packages that use NearDepthArgument
Package
Description
-
Uses of NearDepthArgument in io.weaviate.client.v1.async.graphql.api
Methods in io.weaviate.client.v1.async.graphql.api with parameters of type NearDepthArgumentModifier and TypeMethodDescriptionAggregate.withNearDepth(NearDepthArgument nearDepth) Explore.withNearDepth(NearDepthArgument nearDepth) Get.withNearDepth(NearDepthArgument nearDepth) -
Uses of NearDepthArgument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type NearDepthArgumentModifier and TypeMethodDescriptionAggregate.withNearDepth(NearDepthArgument nearDepth) Explore.withNearDepth(NearDepthArgument nearDepth) Get.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 -
Uses of NearDepthArgument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return NearDepthArgumentModifier and TypeMethodDescriptionAggregateBuilder.getWithNearDepthFilter()ExploreBuilder.getWithNearDepthFilter()GetBuilder.getWithNearDepthFilter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type NearDepthArgumentModifier and TypeMethodDescriptionAggregateBuilder.AggregateBuilderBuilder.withNearDepthFilter(NearDepthArgument withNearDepthFilter) ExploreBuilder.ExploreBuilderBuilder.withNearDepthFilter(NearDepthArgument withNearDepthFilter) GetBuilder.GetBuilderBuilder.withNearDepthFilter(NearDepthArgument withNearDepthFilter)