The metadata of Datasets that contain time series data.
timeSeriesIdentifierColumnstring
The column name of the time series identifier column that identifies the time series.
timeColumnstring
The column name of the time column that identifies time order in the time series.
| JSON representation |
|---|
{
"inputConfig": {
object ( |
InputConfig
The time series Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.
sourceUnion type
source can be only one of the following:| JSON representation |
|---|
{ // source "gcsSource": { object ( |
GcsSource
uri[]string
Cloud Storage URI of one or more files. Only CSV files are supported. The first line of the CSV file is used as the header. If there are multiple files, the header is the first line of the lexicographically first file, the other files must either contain the exact same header or omit the header.
| JSON representation |
|---|
{ "uri": [ string ] } |
BigQuerySource
uristring
The URI of a BigQuery table.
| JSON representation |
|---|
{ "uri": string } |