Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FilterAttribute
-
Packages that use FilterAttribute Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FilterAttribute in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FilterAttribute Modifier and Type Method Description FilterAttributeRetrievalFilter. equalsValue()Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value matches thevaluein this object.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.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.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.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.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.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.FilterAttributeRetrievalFilter. notEquals()Knowledge base data sources are returned when: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.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.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 FilterAttribute Modifier and Type Method Description RetrievalFilter.BuilderRetrievalFilter.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.BuilderRetrievalFilter.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.BuilderRetrievalFilter.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.BuilderRetrievalFilter.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.BuilderRetrievalFilter.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.BuilderRetrievalFilter.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.BuilderRetrievalFilter.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.BuilderRetrievalFilter.Builder. notEquals(FilterAttribute notEquals)Knowledge base data sources are returned when:RetrievalFilter.BuilderRetrievalFilter.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.BuilderRetrievalFilter.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.BuilderRetrievalFilter.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:
-