Uses of Class
software.amazon.awssdk.services.forecast.model.TimePointGranularity
-
Packages that use TimePointGranularity Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of TimePointGranularity in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return TimePointGranularity Modifier and Type Method Description static TimePointGranularityTimePointGranularity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimePointGranularityExplainabilityConfig. timePointGranularity()To create an Explainability for all time points in your forecast horizon, useALL.static TimePointGranularityTimePointGranularity. 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.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type TimePointGranularity Modifier and Type Method Description static Set<TimePointGranularity>TimePointGranularity. knownValues()Methods in software.amazon.awssdk.services.forecast.model with parameters of type TimePointGranularity Modifier and Type Method Description ExplainabilityConfig.BuilderExplainabilityConfig.Builder. timePointGranularity(TimePointGranularity timePointGranularity)To create an Explainability for all time points in your forecast horizon, useALL.
-