static OpensearchConfiguration.Builder |
OpensearchConfiguration.builder() |
|
OpensearchConfiguration.Builder |
OpensearchConfiguration.Builder.domainEndpoint(String domainEndpoint) |
The endpoint of the Amazon OpenSearch Service domain.
|
OpensearchConfiguration.Builder |
OpensearchConfiguration.Builder.exactResponse(Boolean exactResponse) |
Specifies whether to return an exact response or to return an answer generated by the model using the fields
you specify from the database.
|
default OpensearchConfiguration.Builder |
OpensearchConfiguration.Builder.exactResponseFields(Consumer<ExactResponseFields.Builder> exactResponseFields) |
Contains the names of the fields used for an exact response to the user.
|
OpensearchConfiguration.Builder |
OpensearchConfiguration.Builder.exactResponseFields(ExactResponseFields exactResponseFields) |
Contains the names of the fields used for an exact response to the user.
|
OpensearchConfiguration.Builder |
OpensearchConfiguration.Builder.includeFields(String... includeFields) |
Contains a list of fields from the Amazon OpenSearch Service that the model can use to generate the answer to
the query.
|
OpensearchConfiguration.Builder |
OpensearchConfiguration.Builder.includeFields(Collection<String> includeFields) |
Contains a list of fields from the Amazon OpenSearch Service that the model can use to generate the answer to
the query.
|
OpensearchConfiguration.Builder |
OpensearchConfiguration.Builder.indexName(String indexName) |
The name of the Amazon OpenSearch Service index.
|
OpensearchConfiguration.Builder |
OpensearchConfiguration.toBuilder() |
|