IForecasting.SettingCountryOrRegionForHoliday 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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="countryOrRegionForHolidays", Update=true)]
public string SettingCountryOrRegionForHoliday { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="countryOrRegionForHolidays", Update=true)>]
member this.SettingCountryOrRegionForHoliday : string with get, set
Public Property SettingCountryOrRegionForHoliday As String

Property Value

Attributes

Applies to