public static enum SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel extends Enum<SummarizeExadataInsightResourceForecastTrendAggregatedRequest.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 SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel |
create(String key) |
String |
getValue() |
static SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel Linear
public static final SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel MlAuto
public static final SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel MlNoAuto
public static SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel[] values()
for (SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel c : SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel.values()) System.out.println(c);
public static SummarizeExadataInsightResourceForecastTrendAggregatedRequest.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 SummarizeExadataInsightResourceForecastTrendAggregatedRequest.ForecastModel create(String key)
Copyright © 2016–2024. All rights reserved.