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 that contain a metadata attribute whose name matches thekeyand whose value matches thevaluein this object are returned.FilterAttributeRetrievalFilter. greaterThan()Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is greater than thevaluein this object are returned.FilterAttributeRetrievalFilter. greaterThanOrEquals()Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is greater than or equal to thevaluein this object are returned.FilterAttributeRetrievalFilter. in()Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is in the list specified in thevaluein this object are returned.FilterAttributeRetrievalFilter. lessThan()Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is less than thevaluein this object are returned.FilterAttributeRetrievalFilter. lessThanOrEquals()Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is less than or equal to thevaluein this object are returned.FilterAttributeRetrievalFilter. notEquals()Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value doesn't match thevaluein this object are returned.FilterAttributeRetrievalFilter. notIn()Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value isn't in the list specified in thevaluein this object are returned.FilterAttributeRetrievalFilter. startsWith()Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value starts with thevaluein this object are returned.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 that contain a metadata attribute whose name matches thekeyand whose value matches thevaluein this object are returned.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. 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.RetrievalFilter.BuilderRetrievalFilter.Builder. greaterThan(FilterAttribute greaterThan)Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is greater than thevaluein this object are returned.RetrievalFilter.BuilderRetrievalFilter.Builder. greaterThanOrEquals(FilterAttribute greaterThanOrEquals)Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is greater than or equal to thevaluein this object are returned.RetrievalFilter.BuilderRetrievalFilter.Builder. in(FilterAttribute in)Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is in the list specified in thevaluein this object are returned.RetrievalFilter.BuilderRetrievalFilter.Builder. lessThan(FilterAttribute lessThan)Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is less than thevaluein this object are returned.RetrievalFilter.BuilderRetrievalFilter.Builder. lessThanOrEquals(FilterAttribute lessThanOrEquals)Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value is less than or equal to thevaluein this object are returned.RetrievalFilter.BuilderRetrievalFilter.Builder. notEquals(FilterAttribute notEquals)Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value doesn't match thevaluein this object are returned.RetrievalFilter.BuilderRetrievalFilter.Builder. notIn(FilterAttribute notIn)Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value isn't in the list specified in thevaluein this object are returned.RetrievalFilter.BuilderRetrievalFilter.Builder. startsWith(FilterAttribute startsWith)Knowledge base data sources that contain a metadata attribute whose name matches thekeyand whose value starts with thevaluein this object are returned.
-