Uses of Class
software.amazon.awssdk.services.bedrock.model.FilterAttribute
-
Packages that use FilterAttribute Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of FilterAttribute in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.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 the key and whose value matches the value in this object.FilterAttributeRetrievalFilter. greaterThan()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than the value in this object.FilterAttributeRetrievalFilter. greaterThanOrEquals()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than or equal to the value in this object.FilterAttributeRetrievalFilter. in()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is in the list specified in the value in this object.FilterAttributeRetrievalFilter. lessThan()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than the value in this object.FilterAttributeRetrievalFilter. lessThanOrEquals()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than or equal to the value in this object.FilterAttributeRetrievalFilter. listContains()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is a list that contains the value as one of its members.FilterAttributeRetrievalFilter. notEquals()Knowledge base data sources that contain a metadata attribute whose name matches the key and whose value doesn't match the value in this object are returned.FilterAttributeRetrievalFilter. notIn()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value isn't in the list specified in the value in this object.FilterAttributeRetrievalFilter. startsWith()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value starts with the value in this object.FilterAttributeRetrievalFilter. stringContains()Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is one of the following:Methods in software.amazon.awssdk.services.bedrock.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 the key and whose value matches the value in 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 the key and whose value is greater than the value in this object.RetrievalFilter.BuilderRetrievalFilter.Builder. greaterThanOrEquals(FilterAttribute greaterThanOrEquals)Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than or equal to the value in this object.RetrievalFilter.BuilderRetrievalFilter.Builder. in(FilterAttribute in)Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is in the list specified in the value in this object.RetrievalFilter.BuilderRetrievalFilter.Builder. lessThan(FilterAttribute lessThan)Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than the value in this object.RetrievalFilter.BuilderRetrievalFilter.Builder. lessThanOrEquals(FilterAttribute lessThanOrEquals)Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than or equal to the value in this object.RetrievalFilter.BuilderRetrievalFilter.Builder. listContains(FilterAttribute listContains)Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is a list that contains the value as one of its members.RetrievalFilter.BuilderRetrievalFilter.Builder. notEquals(FilterAttribute notEquals)Knowledge base data sources that contain a metadata attribute whose name matches the key and whose value doesn't match the value in this object are returned.RetrievalFilter.BuilderRetrievalFilter.Builder. notIn(FilterAttribute notIn)Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value isn't in the list specified in the value in this object.RetrievalFilter.BuilderRetrievalFilter.Builder. startsWith(FilterAttribute startsWith)Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value starts with the value in this object.RetrievalFilter.BuilderRetrievalFilter.Builder. stringContains(FilterAttribute stringContains)Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is one of the following:
-