| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DataSummary |
DataSummary.clone() |
DataSummary |
ResultData.getData()
Summary of the recommended content.
|
DataSummary |
RecommendationData.getData()
Summary of the recommended content.
|
DataSummary |
DataSummary.withDetails(DataDetails details)
Details about the data.
|
DataSummary |
DataSummary.withReference(DataReference reference)
Reference information about the content.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSummary> |
GenerativeDataDetails.getReferences()
The references used to generative the LLM response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultData.setData(DataSummary data)
Summary of the recommended content.
|
void |
RecommendationData.setData(DataSummary data)
Summary of the recommended content.
|
ResultData |
ResultData.withData(DataSummary data)
Summary of the recommended content.
|
RecommendationData |
RecommendationData.withData(DataSummary data)
Summary of the recommended content.
|
GenerativeDataDetails |
GenerativeDataDetails.withReferences(DataSummary... references)
The references used to generative the LLM response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenerativeDataDetails.setReferences(Collection<DataSummary> references)
The references used to generative the LLM response.
|
GenerativeDataDetails |
GenerativeDataDetails.withReferences(Collection<DataSummary> references)
The references used to generative the LLM response.
|
Copyright © 2023. All rights reserved.