Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
static Forecast.Builder |
Forecast.builder()
Create a new builder.
|
Forecast.Builder |
Forecast.Builder.copy(Forecast model) |
Forecast.Builder |
Forecast.Builder.forecastType(Forecast.ForecastType forecastType)
BASIC uses the exponential smoothing (ETS) model to project future usage/costs based on
history data.
|
Forecast.Builder |
Forecast.Builder.timeForecastEnded(Date timeForecastEnded)
The forecast end time.
|
Forecast.Builder |
Forecast.Builder.timeForecastStarted(Date timeForecastStarted)
The forecast start time.
|
Forecast.Builder |
Forecast.toBuilder() |
Copyright © 2016–2024. All rights reserved.