Uses of Class
io.weaviate.client.v1.filters.WhereFilter
Packages that use WhereFilter
Package
Description
-
Uses of WhereFilter in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api with parameters of type WhereFilter -
Uses of WhereFilter in io.weaviate.client.v1.async.classifications.api
Methods in io.weaviate.client.v1.async.classifications.api with parameters of type WhereFilterModifier and TypeMethodDescriptionScheduler.withSourceWhereFilter(WhereFilter whereFilter) Scheduler.withTargetWhereFilter(WhereFilter whereFilter) Scheduler.withTrainingSetWhereFilter(WhereFilter whereFilter) -
Uses of WhereFilter in io.weaviate.client.v1.async.graphql.api
Methods in io.weaviate.client.v1.async.graphql.api with parameters of type WhereFilterModifier and TypeMethodDescriptionAggregate.withWhere(WhereFilter where) Deprecated.Get.withWhere(WhereFilter where) Deprecated. -
Uses of WhereFilter in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api that return WhereFilterMethods in io.weaviate.client.v1.batch.api with parameters of type WhereFilterModifier and TypeMethodDescriptionObjectsBatchDeleter.BatchDeleteMatch.BatchDeleteMatchBuilder.whereFilter(WhereFilter whereFilter) ObjectsBatchDeleter.withWhere(WhereFilter where) -
Uses of WhereFilter in io.weaviate.client.v1.batch.model
Methods in io.weaviate.client.v1.batch.model that return WhereFilterMethods in io.weaviate.client.v1.batch.model with parameters of type WhereFilterModifier and TypeMethodDescriptionvoidBatchDeleteResponse.Match.setWhereFilter(WhereFilter whereFilter) -
Uses of WhereFilter in io.weaviate.client.v1.classifications.api
Methods in io.weaviate.client.v1.classifications.api with parameters of type WhereFilterModifier and TypeMethodDescriptionScheduler.withSourceWhereFilter(WhereFilter whereFilter) Scheduler.withTargetWhereFilter(WhereFilter whereFilter) Scheduler.withTrainingSetWhereFilter(WhereFilter whereFilter) -
Uses of WhereFilter in io.weaviate.client.v1.classifications.model
Methods in io.weaviate.client.v1.classifications.model that return WhereFilterModifier and TypeMethodDescriptionClassificationFilters.getSourceWhere()ClassificationFilters.getTargetWhere()ClassificationFilters.getTrainingSetWhere()Methods in io.weaviate.client.v1.classifications.model with parameters of type WhereFilterModifier and TypeMethodDescriptionClassificationFilters.ClassificationFiltersBuilder.sourceWhere(WhereFilter sourceWhere) ClassificationFilters.ClassificationFiltersBuilder.targetWhere(WhereFilter targetWhere) ClassificationFilters.ClassificationFiltersBuilder.trainingSetWhere(WhereFilter trainingSetWhere) -
Uses of WhereFilter in io.weaviate.client.v1.filters
Methods in io.weaviate.client.v1.filters that return WhereFilterModifier and TypeMethodDescriptionWhereFilter.WhereFilterBuilder.build()WhereFilter.getOperands()Methods in io.weaviate.client.v1.filters with parameters of type WhereFilterModifier and TypeMethodDescriptionWhereFilter.WhereFilterBuilder.operands(WhereFilter... operands) -
Uses of WhereFilter in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type WhereFilterModifier and TypeMethodDescriptionAggregate.withWhere(WhereFilter where) Deprecated.Get.withWhere(WhereFilter where) Deprecated. -
Uses of WhereFilter in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return WhereFilterMethods in io.weaviate.client.v1.graphql.query.argument with parameters of type WhereFilter -
Uses of WhereFilter in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type WhereFilterModifier and TypeMethodDescriptionAggregateBuilder.AggregateBuilderBuilder.withWhereFilter(WhereFilter whereFilter) Deprecated.GetBuilder.GetBuilderBuilder.withWhereFilter(WhereFilter whereFilter) Deprecated.