timeSeriesId property

String? timeSeriesId
getter/setter pair

The time_series_id value for this time series.

It will be one of the unique values from the time_series_id_column specified during ARIMA model training. Only present when time_series_id_column training option was used.

Implementation

core.String? timeSeriesId;