CustomMonitoringSignal interface
属性
| 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}