| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
Insight |
Insight.clone() |
Insight |
Insight.withBaselineData(Collection<Data> baselineData)
Metric names and values from the timeframe used as baseline to generate the insight.
|
Insight |
Insight.withBaselineData(Data... baselineData)
Metric names and values from the timeframe used as baseline to generate the insight.
|
Insight |
Insight.withContext(ContextType context)
Indicates if the insight is causal or correlated insight.
|
Insight |
Insight.withContext(String context)
Indicates if the insight is causal or correlated insight.
|
Insight |
Insight.withDescription(String description)
Description of the insight.
|
Insight |
Insight.withEndTime(Date endTime)
The end time of the insight.
|
Insight |
Insight.withInsightData(Collection<Data> insightData)
List of data objects containing metrics and references from the time range while generating the insight.
|
Insight |
Insight.withInsightData(Data... insightData)
List of data objects containing metrics and references from the time range while generating the insight.
|
Insight |
Insight.withInsightId(String insightId)
The unique identifier for the insight.
|
Insight |
Insight.withInsightType(String insightType)
The type of insight.
|
Insight |
Insight.withRecommendations(Collection<Recommendation> recommendations)
List of recommendations for the insight.
|
Insight |
Insight.withRecommendations(Recommendation... recommendations)
List of recommendations for the insight.
|
Insight |
Insight.withSeverity(Severity severity)
The severity of the insight.
|
Insight |
Insight.withSeverity(String severity)
The severity of the insight.
|
Insight |
Insight.withStartTime(Date startTime)
The start time of the insight.
|
Insight |
Insight.withSupportingInsights(Collection<Insight> supportingInsights)
List of supporting insights that provide additional factors for the insight.
|
Insight |
Insight.withSupportingInsights(Insight... supportingInsights)
List of supporting insights that provide additional factors for the insight.
|
| Modifier and Type | Method and Description |
|---|---|
List<Insight> |
AnalysisReport.getInsights()
The list of identified insights in the analysis report.
|
List<Insight> |
Insight.getSupportingInsights()
List of supporting insights that provide additional factors for the insight.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisReport |
AnalysisReport.withInsights(Insight... insights)
The list of identified insights in the analysis report.
|
Insight |
Insight.withSupportingInsights(Insight... supportingInsights)
List of supporting insights that provide additional factors for the insight.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisReport.setInsights(Collection<Insight> insights)
The list of identified insights in the analysis report.
|
void |
Insight.setSupportingInsights(Collection<Insight> supportingInsights)
List of supporting insights that provide additional factors for the insight.
|
AnalysisReport |
AnalysisReport.withInsights(Collection<Insight> insights)
The list of identified insights in the analysis report.
|
Insight |
Insight.withSupportingInsights(Collection<Insight> supportingInsights)
List of supporting insights that provide additional factors for the insight.
|
Copyright © 2025. All rights reserved.