Uses of Class
software.amazon.awssdk.services.sagemaker.model.HolidayConfigAttributes
-
Packages that use HolidayConfigAttributes Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HolidayConfigAttributes in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HolidayConfigAttributes Modifier and Type Method Description List<HolidayConfigAttributes>TimeSeriesForecastingJobConfig. holidayConfig()The collection of holiday featurization attributes used to incorporate national holiday information into your forecasting model.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HolidayConfigAttributes Modifier and Type Method Description TimeSeriesForecastingJobConfig.BuilderTimeSeriesForecastingJobConfig.Builder. holidayConfig(HolidayConfigAttributes... holidayConfig)The collection of holiday featurization attributes used to incorporate national holiday information into your forecasting model.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HolidayConfigAttributes Modifier and Type Method Description TimeSeriesForecastingJobConfig.BuilderTimeSeriesForecastingJobConfig.Builder. holidayConfig(Collection<HolidayConfigAttributes> holidayConfig)The collection of holiday featurization attributes used to incorporate national holiday information into your forecasting model.
-