Uses of Class
software.amazon.awssdk.services.qconnect.model.DataSummary
-
Packages that use DataSummary Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of DataSummary in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return DataSummary Modifier and Type Method Description DataSummaryRecommendationData. data()Summary of the recommended content.DataSummaryResultData. data()Summary of the recommended content.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type DataSummary Modifier and Type Method Description List<DataSummary>GenerativeDataDetails. references()The references used to generative the LLM response.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type DataSummary Modifier and Type Method Description RecommendationData.BuilderRecommendationData.Builder. data(DataSummary data)Summary of the recommended content.ResultData.BuilderResultData.Builder. data(DataSummary data)Summary of the recommended content.GenerativeDataDetails.BuilderGenerativeDataDetails.Builder. references(DataSummary... references)The references used to generative the LLM response.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type DataSummary Modifier and Type Method Description GenerativeDataDetails.BuilderGenerativeDataDetails.Builder. references(Collection<DataSummary> references)The references used to generative the LLM response.
-