public static class MetricData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MetricData |
build() |
MetricData.Builder |
copy(MetricData model) |
MetricData.Builder |
dimensions(Map<String,String> dimensions)
list of dimensions for the metric
|
MetricData.Builder |
evaluationDataPoints(List<DataPoint> evaluationDataPoints)
list of data points for the metric for evaluation of anomalies
|
MetricData.Builder |
trainingDataPoints(List<DataPoint> trainingDataPoints)
list of data points for the metric for training of baseline
|
public MetricData.Builder dimensions(Map<String,String> dimensions)
list of dimensions for the metric
dimensions
- the value to setpublic MetricData.Builder trainingDataPoints(List<DataPoint> trainingDataPoints)
list of data points for the metric for training of baseline
trainingDataPoints
- the value to setpublic MetricData.Builder evaluationDataPoints(List<DataPoint> evaluationDataPoints)
list of data points for the metric for evaluation of anomalies
evaluationDataPoints
- the value to setpublic MetricData build()
public MetricData.Builder copy(MetricData model)
Copyright © 2016–2024. All rights reserved.