Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
DataPoint |
DataPoint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DataPoint> |
MetricData.getEvaluationDataPoints()
list of data points for the metric for evaluation of anomalies
|
List<DataPoint> |
MetricData.getTrainingDataPoints()
list of data points for the metric for training of baseline
|
Modifier and Type | Method and Description |
---|---|
DataPoint.Builder |
DataPoint.Builder.copy(DataPoint model) |
Modifier and Type | Method and Description |
---|---|
MetricData.Builder |
MetricData.Builder.evaluationDataPoints(List<DataPoint> evaluationDataPoints)
list of data points for the metric for evaluation of anomalies
|
MetricData.Builder |
MetricData.Builder.trainingDataPoints(List<DataPoint> trainingDataPoints)
list of data points for the metric for training of baseline
|
Constructor and Description |
---|
MetricData(Map<String,String> dimensions,
List<DataPoint> trainingDataPoints,
List<DataPoint> evaluationDataPoints)
Deprecated.
|
MetricData(Map<String,String> dimensions,
List<DataPoint> trainingDataPoints,
List<DataPoint> evaluationDataPoints)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.