| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HolidayConfigAttributes |
HolidayConfigAttributes.clone() |
HolidayConfigAttributes |
HolidayConfigAttributes.withCountryCode(String countryCode)
The country code for the holiday calendar.
|
| Modifier and Type | Method and Description |
|---|---|
List<HolidayConfigAttributes> |
TimeSeriesForecastingJobConfig.getHolidayConfig()
The collection of holiday featurization attributes used to incorporate national holiday information into your
forecasting model.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesForecastingJobConfig |
TimeSeriesForecastingJobConfig.withHolidayConfig(HolidayConfigAttributes... holidayConfig)
The collection of holiday featurization attributes used to incorporate national holiday information into your
forecasting model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesForecastingJobConfig.setHolidayConfig(Collection<HolidayConfigAttributes> holidayConfig)
The collection of holiday featurization attributes used to incorporate national holiday information into your
forecasting model.
|
TimeSeriesForecastingJobConfig |
TimeSeriesForecastingJobConfig.withHolidayConfig(Collection<HolidayConfigAttributes> holidayConfig)
The collection of holiday featurization attributes used to incorporate national holiday information into your
forecasting model.
|
Copyright © 2025. All rights reserved.