Share via


IForecastingSettings.CountryOrRegionForHoliday Property

Definition

Country or region for holidays for forecasting tasks. These should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Country or region for holidays for forecasting tasks.\r\n        These should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="countryOrRegionForHolidays")]
public string CountryOrRegionForHoliday { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Country or region for holidays for forecasting tasks.\r\n        These should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="countryOrRegionForHolidays")>]
member this.CountryOrRegionForHoliday : string with get, set
Public Property CountryOrRegionForHoliday As String

Property Value

Attributes

Applies to