| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentRelevanceConfiguration |
DocumentRelevanceConfiguration.clone() |
DocumentRelevanceConfiguration |
DocumentRelevanceConfiguration.withName(String name)
The name of the tuning configuration to override document relevance at the index level.
|
DocumentRelevanceConfiguration |
DocumentRelevanceConfiguration.withRelevance(Relevance relevance) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentRelevanceConfiguration> |
QueryRequest.getDocumentRelevanceOverrideConfigurations()
Overrides relevance tuning configurations of fields or attributes set at the index level.
|
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
QueryRequest.withDocumentRelevanceOverrideConfigurations(DocumentRelevanceConfiguration... documentRelevanceOverrideConfigurations)
Overrides relevance tuning configurations of fields or attributes set at the index level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRequest.setDocumentRelevanceOverrideConfigurations(Collection<DocumentRelevanceConfiguration> documentRelevanceOverrideConfigurations)
Overrides relevance tuning configurations of fields or attributes set at the index level.
|
QueryRequest |
QueryRequest.withDocumentRelevanceOverrideConfigurations(Collection<DocumentRelevanceConfiguration> documentRelevanceOverrideConfigurations)
Overrides relevance tuning configurations of fields or attributes set at the index level.
|
Copyright © 2021. All rights reserved.