共用方式為


ForecastDefinition interface

預測的定義。

屬性

dataset

具有此預測中數據的定義。

includeActualCost

布爾值,判斷是否將包含 actualCost。

includeFreshPartialCost

布爾值,判斷是否將包含 FreshPartialCost。

timeframe

提取預測數據的時間範圍。 如果為 custom,則必須提供特定的時間週期。

timePeriod

具有提取預測數據的時間週期。

type

預測的類型。

屬性詳細資料

dataset

具有此預測中數據的定義。

dataset: ForecastDataset

屬性值

includeActualCost

布爾值,判斷是否將包含 actualCost。

includeActualCost?: boolean

屬性值

boolean

includeFreshPartialCost

布爾值,判斷是否將包含 FreshPartialCost。

includeFreshPartialCost?: boolean

屬性值

boolean

timeframe

提取預測數據的時間範圍。 如果為 custom,則必須提供特定的時間週期。

timeframe: string

屬性值

string

timePeriod

具有提取預測數據的時間週期。

timePeriod?: ForecastTimePeriod

屬性值

type

預測的類型。

type: string

屬性值

string