共用方式為


ForecastDefinition interface

預測的定義。

屬性

dataset

具有此預測中資料的定義。

includeActualCost

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

includeFreshPartialCost

布林值,決定是否將包含 FreshPartialCost。

timeframe

提取預測資料的時間範圍。 如果為自訂,則必須提供特定的時間週期。

timePeriod

具有提取預測資料的時間週期。

type

預測的類型。

屬性詳細資料

dataset

具有此預測中資料的定義。

dataset: ForecastDataset

屬性值

includeActualCost

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

includeActualCost?: boolean

屬性值

boolean

includeFreshPartialCost

布林值,決定是否將包含 FreshPartialCost。

includeFreshPartialCost?: boolean

屬性值

boolean

timeframe

提取預測資料的時間範圍。 如果為自訂,則必須提供特定的時間週期。

timeframe: string

屬性值

string

timePeriod

具有提取預測資料的時間週期。

timePeriod?: ForecastTimePeriod

屬性值

type

預測的類型。

type: string

屬性值

string