共用方式為


ForecastDataset interface

預測中存在的資料定義。

屬性

aggregation

要用於預測的匯總運算式字典。 字典中每個專案的索引鍵是匯總資料行的別名。 預測最多可以有 2 個匯總子句。

configuration

具有匯出中資料的組態資訊。 如果提供匯總和群組,則會忽略組態。

filter

具有要用於預測的篩選運算式。

granularity

預測中的資料列細微性。

屬性詳細資料

aggregation

要用於預測的匯總運算式字典。 字典中每個專案的索引鍵是匯總資料行的別名。 預測最多可以有 2 個匯總子句。

aggregation: {[propertyName: string]: ForecastAggregation}

屬性值

{[propertyName: string]: ForecastAggregation}

configuration

具有匯出中資料的組態資訊。 如果提供匯總和群組,則會忽略組態。

configuration?: ForecastDatasetConfiguration

屬性值

filter

具有要用於預測的篩選運算式。

filter?: ForecastFilter

屬性值

granularity

預測中的資料列細微性。

granularity?: string

屬性值

string