| Modifier and Type | Method and Description |
|---|---|
TimeSeriesInformation |
TimeSeriesInformation.withSensitivities(List<String> sensitivities)
Set the list of sensitivities for calculating the baseline.
|
TimeSeriesInformation |
TimeSeriesInformation.withTimestamps(List<org.joda.time.DateTime> timestamps)
Set the array of timestamps of the baselines.
|
TimeSeriesInformation |
TimeSeriesInformation.withValues(List<Double> values)
Set the metric values to calculate the baseline.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/