timeSeriesIds property
The tuple of time_series_ids identifying this time series.
It will be one of the unique tuples of values present in the time_series_id_columns specified during ARIMA model training. Only present when time_series_id_columns training option was used and the order of values here are same as the order of time_series_id_columns.
Implementation
core.List<core.String>? timeSeriesIds;