Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
static Forecast.ForecastType |
Forecast.ForecastType.create(String key) |
Forecast.ForecastType |
Forecast.getForecastType()
BASIC uses the exponential smoothing (ETS) model to project future usage/costs based on
history data.
|
static Forecast.ForecastType |
Forecast.ForecastType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Forecast.ForecastType[] |
Forecast.ForecastType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Forecast.Builder |
Forecast.Builder.forecastType(Forecast.ForecastType forecastType)
BASIC uses the exponential smoothing (ETS) model to project future usage/costs based on
history data.
|
Constructor and Description |
---|
Forecast(Forecast.ForecastType forecastType,
Date timeForecastStarted,
Date timeForecastEnded)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.