Uses of Class
io.weaviate.client.v1.graphql.query.argument.NearVideoArgument
-
Packages that use NearVideoArgument Package Description io.weaviate.client.v1.graphql.query io.weaviate.client.v1.graphql.query.argument io.weaviate.client.v1.graphql.query.builder -
-
Uses of NearVideoArgument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type NearVideoArgument Modifier and Type Method Description AggregateAggregate. withNearVideo(NearVideoArgument nearVideo)ExploreExplore. withNearVideo(NearVideoArgument nearVideo)GetGet. withNearVideo(NearVideoArgument nearVideo) -
Uses of NearVideoArgument in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return NearVideoArgument Modifier and Type Method Description NearVideoArgumentNearVideoArgument.NearVideoArgumentBuilder. build() -
Uses of NearVideoArgument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return NearVideoArgument Modifier and Type Method Description NearVideoArgumentAggregateBuilder. getWithNearVideoFilter()NearVideoArgumentExploreBuilder. getWithNearVideoFilter()NearVideoArgumentGetBuilder. getWithNearVideoFilter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type NearVideoArgument Modifier and Type Method Description AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withNearVideoFilter(NearVideoArgument withNearVideoFilter)ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. withNearVideoFilter(NearVideoArgument withNearVideoFilter)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withNearVideoFilter(NearVideoArgument withNearVideoFilter)
-