public static enum SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel extends Enum<SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel> implements BmcEnum
Choose algorithm model for the forecasting. Possible values: - LINEAR: Uses linear regression algorithm for forecasting. - ML_AUTO: Automatically detects best algorithm to use for forecasting. - ML_NO_AUTO: Automatically detects seasonality of the data for forecasting using linear or seasonal algorithm.
Modifier and Type | Method and Description |
---|---|
static SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel |
create(String key) |
String |
getValue() |
static SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel Linear
public static final SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel MlAuto
public static final SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel MlNoAuto
public static SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel[] values()
for (SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel c : SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel.values()) System.out.println(c);
public static SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel create(String key)
Copyright © 2016–2024. All rights reserved.