Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalFilter
Packages that use RetrievalFilter
-
Uses of RetrievalFilter in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalFilterModifier and TypeMethodDescriptionfinal RetrievalFilterKnowledgeBaseVectorSearchConfiguration.filter()Specifies the filters to use on the metadata in the knowledge base data sources before returning results.static RetrievalFilterRetrievalFilter.fromAndAll(List<RetrievalFilter> andAll) Create an instance of this class withandAll()initialized to the given value.static RetrievalFilterRetrievalFilter.fromEqualsValue(Consumer<FilterAttribute.Builder> equalsValue) Create an instance of this class withequalsValue()initialized to the given value.static RetrievalFilterRetrievalFilter.fromEqualsValue(FilterAttribute equalsValue) Create an instance of this class withequalsValue()initialized to the given value.static RetrievalFilterRetrievalFilter.fromGreaterThan(Consumer<FilterAttribute.Builder> greaterThan) Create an instance of this class withgreaterThan()initialized to the given value.static RetrievalFilterRetrievalFilter.fromGreaterThan(FilterAttribute greaterThan) Create an instance of this class withgreaterThan()initialized to the given value.static RetrievalFilterRetrievalFilter.fromGreaterThanOrEquals(Consumer<FilterAttribute.Builder> greaterThanOrEquals) Create an instance of this class withgreaterThanOrEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromGreaterThanOrEquals(FilterAttribute greaterThanOrEquals) Create an instance of this class withgreaterThanOrEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromIn(Consumer<FilterAttribute.Builder> in) Create an instance of this class within()initialized to the given value.static RetrievalFilterRetrievalFilter.fromIn(FilterAttribute in) Create an instance of this class within()initialized to the given value.static RetrievalFilterRetrievalFilter.fromLessThan(Consumer<FilterAttribute.Builder> lessThan) Create an instance of this class withlessThan()initialized to the given value.static RetrievalFilterRetrievalFilter.fromLessThan(FilterAttribute lessThan) Create an instance of this class withlessThan()initialized to the given value.static RetrievalFilterRetrievalFilter.fromLessThanOrEquals(Consumer<FilterAttribute.Builder> lessThanOrEquals) Create an instance of this class withlessThanOrEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromLessThanOrEquals(FilterAttribute lessThanOrEquals) Create an instance of this class withlessThanOrEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromListContains(Consumer<FilterAttribute.Builder> listContains) Create an instance of this class withlistContains()initialized to the given value.static RetrievalFilterRetrievalFilter.fromListContains(FilterAttribute listContains) Create an instance of this class withlistContains()initialized to the given value.static RetrievalFilterRetrievalFilter.fromNotEquals(Consumer<FilterAttribute.Builder> notEquals) Create an instance of this class withnotEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromNotEquals(FilterAttribute notEquals) Create an instance of this class withnotEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromNotIn(Consumer<FilterAttribute.Builder> notIn) Create an instance of this class withnotIn()initialized to the given value.static RetrievalFilterRetrievalFilter.fromNotIn(FilterAttribute notIn) Create an instance of this class withnotIn()initialized to the given value.static RetrievalFilterRetrievalFilter.fromOrAll(List<RetrievalFilter> orAll) Create an instance of this class withorAll()initialized to the given value.static RetrievalFilterRetrievalFilter.fromStartsWith(Consumer<FilterAttribute.Builder> startsWith) Create an instance of this class withstartsWith()initialized to the given value.static RetrievalFilterRetrievalFilter.fromStartsWith(FilterAttribute startsWith) Create an instance of this class withstartsWith()initialized to the given value.static RetrievalFilterRetrievalFilter.fromStringContains(Consumer<FilterAttribute.Builder> stringContains) Create an instance of this class withstringContains()initialized to the given value.static RetrievalFilterRetrievalFilter.fromStringContains(FilterAttribute stringContains) Create an instance of this class withstringContains()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrievalFilterModifier and TypeMethodDescriptionfinal List<RetrievalFilter>RetrievalFilter.andAll()Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.final List<RetrievalFilter>RetrievalFilter.orAll()Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalFilterModifier and TypeMethodDescriptionRetrievalFilter.Builder.andAll(RetrievalFilter... andAll) Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.KnowledgeBaseVectorSearchConfiguration.Builder.filter(RetrievalFilter filter) Specifies the filters to use on the metadata in the knowledge base data sources before returning results.RetrievalFilter.Builder.orAll(RetrievalFilter... orAll) Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrievalFilterModifier and TypeMethodDescriptionRetrievalFilter.Builder.andAll(Collection<RetrievalFilter> andAll) Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.static RetrievalFilterRetrievalFilter.fromAndAll(List<RetrievalFilter> andAll) Create an instance of this class withandAll()initialized to the given value.static RetrievalFilterRetrievalFilter.fromOrAll(List<RetrievalFilter> orAll) Create an instance of this class withorAll()initialized to the given value.RetrievalFilter.Builder.orAll(Collection<RetrievalFilter> orAll) Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list.