Uses of Class
com.oracle.bmc.stackmonitoring.model.DataPoint
-
Packages that use DataPoint Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of DataPoint in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return DataPoint Modifier and Type Method Description DataPoint
DataPoint.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type DataPoint Modifier and Type Method Description List<DataPoint>
MetricData. getEvaluationDataPoints()
list of data points for the metric for evaluation of anomaliesList<DataPoint>
MetricData. getTrainingDataPoints()
list of data points for the metric for training of baselineMethods in com.oracle.bmc.stackmonitoring.model with parameters of type DataPoint Modifier and Type Method Description DataPoint.Builder
DataPoint.Builder. copy(DataPoint model)
Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type DataPoint Modifier and Type Method Description MetricData.Builder
MetricData.Builder. evaluationDataPoints(List<DataPoint> evaluationDataPoints)
list of data points for the metric for evaluation of anomaliesMetricData.Builder
MetricData.Builder. trainingDataPoints(List<DataPoint> trainingDataPoints)
list of data points for the metric for training of baselineConstructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type DataPoint Constructor Description MetricData(Map<String,String> dimensions, List<DataPoint> trainingDataPoints, List<DataPoint> evaluationDataPoints)
Deprecated.
-