| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static TimePointGranularity |
TimePointGranularity.fromValue(String value)
Use this in place of valueOf.
|
static TimePointGranularity |
TimePointGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimePointGranularity[] |
TimePointGranularity.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.withTimePointGranularity(TimePointGranularity timePointGranularity)
To create an Explainability for all time points in your forecast horizon, use
ALL. |
Copyright © 2023. All rights reserved.