@Generated(value="software.amazon.awssdk:codegen") public final class HolidayConfigAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HolidayConfigAttributes.Builder,HolidayConfigAttributes>
Stores the holiday featurization attributes applicable to each item of time-series datasets during the training of a forecasting model. This allows the model to identify patterns associated with specific holidays.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HolidayConfigAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HolidayConfigAttributes.Builder |
builder() |
String |
countryCode()
The country code for the holiday calendar.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HolidayConfigAttributes.Builder> |
serializableBuilderClass() |
HolidayConfigAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String countryCode()
The country code for the holiday calendar.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
public HolidayConfigAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HolidayConfigAttributes.Builder,HolidayConfigAttributes>public static HolidayConfigAttributes.Builder builder()
public static Class<? extends HolidayConfigAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.