Uses of Class
technology.semi.weaviate.client.v1.graphql.query.argument.NearVectorArgument
-
-
Uses of NearVectorArgument in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.weaviate.client.v1.graphql.query with parameters of type NearVectorArgument Modifier and Type Method Description AggregateAggregate. withNearVector(NearVectorArgument withNearVectorFilter)ExploreExplore. withNearVector(NearVectorArgument nearVector)GetGet. withNearVector(NearVectorArgument nearVector) -
Uses of NearVectorArgument in technology.semi.weaviate.client.v1.graphql.query.argument
Methods in technology.semi.weaviate.client.v1.graphql.query.argument that return NearVectorArgument Modifier and Type Method Description NearVectorArgumentNearVectorArgument.NearVectorArgumentBuilder. build() -
Uses of NearVectorArgument in technology.semi.weaviate.client.v1.graphql.query.builder
Methods in technology.semi.weaviate.client.v1.graphql.query.builder that return NearVectorArgument Modifier and Type Method Description NearVectorArgumentAggregateBuilder. getWithNearVectorFilter()NearVectorArgumentExploreBuilder. getWithNearVectorFilter()NearVectorArgumentGetBuilder. getWithNearVectorFilter()Methods in technology.semi.weaviate.client.v1.graphql.query.builder with parameters of type NearVectorArgument Modifier and Type Method Description AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withNearVectorFilter(NearVectorArgument withNearVectorFilter)ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. withNearVectorFilter(NearVectorArgument withNearVectorFilter)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withNearVectorFilter(NearVectorArgument withNearVectorFilter)
-