Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FilterAttribute
Packages that use FilterAttribute
-
Uses of FilterAttribute in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FilterAttributeModifier and TypeMethodDescriptionfinal FilterAttributeRetrievalFilter.equalsValue()Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value matches thevaluein this object.final FilterAttributeRetrievalFilter.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.final FilterAttributeRetrievalFilter.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.final FilterAttributeRetrievalFilter.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.final FilterAttributeRetrievalFilter.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.final FilterAttributeRetrievalFilter.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.final FilterAttributeRetrievalFilter.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.final FilterAttributeRetrievalFilter.notEquals()Knowledge base data sources are returned when:final FilterAttributeRetrievalFilter.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.final FilterAttributeRetrievalFilter.startsWith()Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value starts with thevaluein this object.final FilterAttributeRetrievalFilter.stringContains()Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is one of the following:Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FilterAttributeModifier and TypeMethodDescriptionRetrievalFilter.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.static RetrievalFilterRetrievalFilter.fromEqualsValue(FilterAttribute equalsValue) Create an instance of this class withRetrievalFilter.equalsValue()initialized to the given value.static RetrievalFilterRetrievalFilter.fromGreaterThan(FilterAttribute greaterThan) Create an instance of this class withRetrievalFilter.greaterThan()initialized to the given value.static RetrievalFilterRetrievalFilter.fromGreaterThanOrEquals(FilterAttribute greaterThanOrEquals) Create an instance of this class withRetrievalFilter.greaterThanOrEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromIn(FilterAttribute in) Create an instance of this class withRetrievalFilter.in()initialized to the given value.static RetrievalFilterRetrievalFilter.fromLessThan(FilterAttribute lessThan) Create an instance of this class withRetrievalFilter.lessThan()initialized to the given value.static RetrievalFilterRetrievalFilter.fromLessThanOrEquals(FilterAttribute lessThanOrEquals) Create an instance of this class withRetrievalFilter.lessThanOrEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromListContains(FilterAttribute listContains) Create an instance of this class withRetrievalFilter.listContains()initialized to the given value.static RetrievalFilterRetrievalFilter.fromNotEquals(FilterAttribute notEquals) Create an instance of this class withRetrievalFilter.notEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromNotIn(FilterAttribute notIn) Create an instance of this class withRetrievalFilter.notIn()initialized to the given value.static RetrievalFilterRetrievalFilter.fromStartsWith(FilterAttribute startsWith) Create an instance of this class withRetrievalFilter.startsWith()initialized to the given value.static RetrievalFilterRetrievalFilter.fromStringContains(FilterAttribute stringContains) Create an instance of this class withRetrievalFilter.stringContains()initialized to the given value.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.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.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.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.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.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.RetrievalFilter.Builder.notEquals(FilterAttribute notEquals) Knowledge base data sources are returned when: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.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.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: