Class HolidayConfigAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.HolidayConfigAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HolidayConfigAttributes.Builder,HolidayConfigAttributes>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHolidayConfigAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HolidayConfigAttributes.Builderbuilder()StringcountryCode()The country code for the holiday calendar.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends HolidayConfigAttributes.Builder>serializableBuilderClass()HolidayConfigAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
countryCode
public 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.
- Returns:
- 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.
-
toBuilder
public HolidayConfigAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HolidayConfigAttributes.Builder,HolidayConfigAttributes>
-
builder
public static HolidayConfigAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends HolidayConfigAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-