| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
List<Data> |
Insight.baselineData()
Metric names and values from the timeframe used as baseline to generate the insight.
|
List<Data> |
Insight.insightData()
List of data objects containing metrics and references from the time range while generating the insight.
|
| Modifier and Type | Method and Description |
|---|---|
Insight.Builder |
Insight.Builder.baselineData(Data... baselineData)
Metric names and values from the timeframe used as baseline to generate the insight.
|
Insight.Builder |
Insight.Builder.insightData(Data... insightData)
List of data objects containing metrics and references from the time range while generating the insight.
|
| Modifier and Type | Method and Description |
|---|---|
Insight.Builder |
Insight.Builder.baselineData(Collection<Data> baselineData)
Metric names and values from the timeframe used as baseline to generate the insight.
|
Insight.Builder |
Insight.Builder.insightData(Collection<Data> insightData)
List of data objects containing metrics and references from the time range while generating the insight.
|
Copyright © 2023. All rights reserved.