Uses of Class
technology.semi.weaviate.client.v1.filters.WhereFilter
-
-
Uses of WhereFilter in technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.weaviate.client.v1.batch.api with parameters of type WhereFilter Modifier and Type Method Description ObjectsBatchDeleterObjectsBatchDeleter. withWhere(WhereFilter where) -
Uses of WhereFilter in technology.semi.weaviate.client.v1.batch.model
Methods in technology.semi.weaviate.client.v1.batch.model that return WhereFilter Modifier and Type Method Description WhereFilterBatchDeleteResponse.Match. getWhereFilter()Methods in technology.semi.weaviate.client.v1.batch.model with parameters of type WhereFilter Modifier and Type Method Description voidBatchDeleteResponse.Match. setWhereFilter(WhereFilter whereFilter) -
Uses of WhereFilter in technology.semi.weaviate.client.v1.classifications.api
Methods in technology.semi.weaviate.client.v1.classifications.api with parameters of type WhereFilter Modifier and Type Method Description SchedulerScheduler. withSourceWhereFilter(WhereFilter whereFilter)SchedulerScheduler. withTargetWhereFilter(WhereFilter whereFilter)SchedulerScheduler. withTrainingSetWhereFilter(WhereFilter whereFilter) -
Uses of WhereFilter in technology.semi.weaviate.client.v1.classifications.model
Methods in technology.semi.weaviate.client.v1.classifications.model that return WhereFilter Modifier and Type Method Description WhereFilterClassificationFilters. getSourceWhere()WhereFilterClassificationFilters. getTargetWhere()WhereFilterClassificationFilters. getTrainingSetWhere()Methods in technology.semi.weaviate.client.v1.classifications.model with parameters of type WhereFilter Modifier and Type Method Description ClassificationFilters.ClassificationFiltersBuilderClassificationFilters.ClassificationFiltersBuilder. sourceWhere(WhereFilter sourceWhere)ClassificationFilters.ClassificationFiltersBuilderClassificationFilters.ClassificationFiltersBuilder. targetWhere(WhereFilter targetWhere)ClassificationFilters.ClassificationFiltersBuilderClassificationFilters.ClassificationFiltersBuilder. trainingSetWhere(WhereFilter trainingSetWhere) -
Uses of WhereFilter in technology.semi.weaviate.client.v1.filters
Methods in technology.semi.weaviate.client.v1.filters that return WhereFilter Modifier and Type Method Description WhereFilterWhereFilter.WhereFilterBuilder. build()WhereFilter[]WhereFilter. getOperands()Methods in technology.semi.weaviate.client.v1.filters with parameters of type WhereFilter Modifier and Type Method Description WhereFilter.WhereFilterBuilderWhereFilter.WhereFilterBuilder. operands(WhereFilter[] operands)static StringWhereFilterUtil. toGraphQLString(WhereFilter whereFilter) -
Uses of WhereFilter in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.weaviate.client.v1.graphql.query with parameters of type WhereFilter Modifier and Type Method Description AggregateAggregate. withWhere(WhereFilter where)GetGet. withWhere(WhereFilter where) -
Uses of WhereFilter in technology.semi.weaviate.client.v1.graphql.query.builder
Methods in technology.semi.weaviate.client.v1.graphql.query.builder that return WhereFilter Modifier and Type Method Description WhereFilterAggregateBuilder. getWithWhereFilter()WhereFilterGetBuilder. getWithWhereFilter()Methods in technology.semi.weaviate.client.v1.graphql.query.builder with parameters of type WhereFilter Modifier and Type Method Description AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withWhereFilter(WhereFilter withWhereFilter)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withWhereFilter(WhereFilter withWhereFilter)
-