Module Values_0.HolidayConfigAttributesSource

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.

Sourcetype nonrec t = {
  1. countryCode : CountryCode.t option;
    (*

    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.

    *)
}
Sourceval make : ?countryCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CountryCode.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t