| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesGranularity |
TimeSeriesGranularity.fromValue(String value)
Use this in place of valueOf.
|
static TimeSeriesGranularity |
TimeSeriesGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSeriesGranularity[] |
TimeSeriesGranularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExplainabilityConfig |
ExplainabilityConfig.withTimeSeriesGranularity(TimeSeriesGranularity timeSeriesGranularity)
To create an Explainability for all time series in your datasets, use
ALL. |
Copyright © 2023. All rights reserved.