| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
List<Insight> |
AnalysisReport.insights()
The list of identified insights in the analysis report.
|
List<Insight> |
Insight.supportingInsights()
List of supporting insights that provide additional factors for the insight.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisReport.Builder |
AnalysisReport.Builder.insights(Insight... insights)
The list of identified insights in the analysis report.
|
Insight.Builder |
Insight.Builder.supportingInsights(Insight... supportingInsights)
List of supporting insights that provide additional factors for the insight.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisReport.Builder |
AnalysisReport.Builder.insights(Collection<Insight> insights)
The list of identified insights in the analysis report.
|
Insight.Builder |
Insight.Builder.supportingInsights(Collection<Insight> supportingInsights)
List of supporting insights that provide additional factors for the insight.
|
Copyright © 2023. All rights reserved.