Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalFilter.Builder
Packages that use RetrievalFilter.Builder
-
Uses of RetrievalFilter.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalFilter.BuilderModifier 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.RetrievalFilter.Builder.andAll(Consumer<RetrievalFilter.Builder>... andAll) Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.RetrievalFilter.Builder.andAll(RetrievalFilter... andAll) Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.static RetrievalFilter.BuilderRetrievalFilter.builder()default RetrievalFilter.BuilderRetrievalFilter.Builder.equalsValue(Consumer<FilterAttribute.Builder> equalsValue) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value matches thevaluein this object.RetrievalFilter.Builder.equalsValue(FilterAttribute equalsValue) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value matches thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.greaterThan(Consumer<FilterAttribute.Builder> greaterThan) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is greater than thevaluein this object.RetrievalFilter.Builder.greaterThan(FilterAttribute greaterThan) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is greater than thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.greaterThanOrEquals(Consumer<FilterAttribute.Builder> greaterThanOrEquals) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is greater than or equal to thevaluein this object.RetrievalFilter.Builder.greaterThanOrEquals(FilterAttribute greaterThanOrEquals) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is greater than or equal to thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.in(Consumer<FilterAttribute.Builder> in) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is in the list specified in thevaluein this object.RetrievalFilter.Builder.in(FilterAttribute in) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is in the list specified in thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.lessThan(Consumer<FilterAttribute.Builder> lessThan) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is less than thevaluein this object.RetrievalFilter.Builder.lessThan(FilterAttribute lessThan) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is less than thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.lessThanOrEquals(Consumer<FilterAttribute.Builder> lessThanOrEquals) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is less than or equal to thevaluein this object.RetrievalFilter.Builder.lessThanOrEquals(FilterAttribute lessThanOrEquals) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is less than or equal to thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.listContains(Consumer<FilterAttribute.Builder> listContains) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is a list that contains thevalueas one of its members.RetrievalFilter.Builder.listContains(FilterAttribute listContains) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is a list that contains thevalueas one of its members.default RetrievalFilter.BuilderRetrievalFilter.Builder.notEquals(Consumer<FilterAttribute.Builder> notEquals) Knowledge base data sources are returned when:RetrievalFilter.Builder.notEquals(FilterAttribute notEquals) Knowledge base data sources are returned when:default RetrievalFilter.BuilderRetrievalFilter.Builder.notIn(Consumer<FilterAttribute.Builder> notIn) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value isn't in the list specified in thevaluein this object.RetrievalFilter.Builder.notIn(FilterAttribute notIn) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value isn't in the list specified in thevaluein this object.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.RetrievalFilter.Builder.orAll(Consumer<RetrievalFilter.Builder>... orAll) Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list.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.default RetrievalFilter.BuilderRetrievalFilter.Builder.startsWith(Consumer<FilterAttribute.Builder> startsWith) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value starts with thevaluein this object.RetrievalFilter.Builder.startsWith(FilterAttribute startsWith) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value starts with thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.stringContains(Consumer<FilterAttribute.Builder> stringContains) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is one of the following:RetrievalFilter.Builder.stringContains(FilterAttribute stringContains) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is one of the following:RetrievalFilter.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrievalFilter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RetrievalFilter.Builder>RetrievalFilter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrievalFilter.BuilderModifier and TypeMethodDescriptionKnowledgeBaseVectorSearchConfiguration.Builder.filter(Consumer<RetrievalFilter.Builder> filter) Specifies the filters to use on the metadata in the knowledge base data sources before returning results.