CustomMonitoringSignal interface
- Extends
屬性
| component |
[必要]用來計算自定義計量之元件資產的參考。 |
| input |
監視要作為輸入的資產。 索引鍵是元件輸入埠名稱,值為數據資產。 |
| inputs | 要作為輸入的額外元件參數。 索引鍵是元件常值輸入埠名稱,值為參數值。 |
| metric |
[必要]要計算的計量清單及其相關聯的臨界值。 |
| signal |
多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
| notification |
此訊號的目前通知模式。 |
| properties | 屬性字典。 可以新增屬性,但無法移除或改變。 |
屬性詳細資料
componentId
[必要]用來計算自定義計量之元件資產的參考。
componentId: string
屬性值
string
inputAssets
監視要作為輸入的資產。 索引鍵是元件輸入埠名稱,值為數據資產。
inputAssets?: {[propertyName: string]: MonitoringInputDataBaseUnion | null}
屬性值
{[propertyName: string]: MonitoringInputDataBaseUnion | null}
inputs
要作為輸入的額外元件參數。 索引鍵是元件常值輸入埠名稱,值為參數值。
inputs?: {[propertyName: string]: JobInputUnion | null}
屬性值
{[propertyName: string]: JobInputUnion | null}
metricThresholds
signalType
多型歧視性,指定這個物件可以是的不同類型
signalType: "Custom"
屬性值
"Custom"
繼承的屬性詳細資料
notificationTypes
properties
屬性字典。 可以新增屬性,但無法移除或改變。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}