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