| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
RetrievalFilter |
RetrievalFilter.clone() |
RetrievalFilter |
KnowledgeBaseVectorSearchConfiguration.getFilter()
Specifies the filters to use on the metadata in the knowledge base data sources before returning results.
|
RetrievalFilter |
RetrievalFilter.withAndAll(Collection<RetrievalFilter> andAll)
Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside
this list.
|
RetrievalFilter |
RetrievalFilter.withAndAll(RetrievalFilter... andAll)
Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside
this list.
|
RetrievalFilter |
RetrievalFilter.withOrAll(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 |
RetrievalFilter.withOrAll(RetrievalFilter... orAll)
Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter
conditions inside this list.
|
| Modifier and Type | Method and Description |
|---|---|
List<RetrievalFilter> |
RetrievalFilter.getAndAll()
Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside
this list.
|
List<RetrievalFilter> |
RetrievalFilter.getOrAll()
Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter
conditions inside this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseVectorSearchConfiguration.setFilter(RetrievalFilter filter)
Specifies the filters to use on the metadata in the knowledge base data sources before returning results.
|
RetrievalFilter |
RetrievalFilter.withAndAll(RetrievalFilter... andAll)
Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside
this list.
|
KnowledgeBaseVectorSearchConfiguration |
KnowledgeBaseVectorSearchConfiguration.withFilter(RetrievalFilter filter)
Specifies the filters to use on the metadata in the knowledge base data sources before returning results.
|
RetrievalFilter |
RetrievalFilter.withOrAll(RetrievalFilter... orAll)
Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter
conditions inside this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetrievalFilter.setAndAll(Collection<RetrievalFilter> andAll)
Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside
this list.
|
void |
RetrievalFilter.setOrAll(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 |
RetrievalFilter.withAndAll(Collection<RetrievalFilter> andAll)
Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside
this list.
|
RetrievalFilter |
RetrievalFilter.withOrAll(Collection<RetrievalFilter> orAll)
Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter
conditions inside this list.
|
Copyright © 2025. All rights reserved.