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
[必須]計算するメトリックとそれに関連するしきい値の一覧。
metricThresholds: CustomMetricThreshold[]
プロパティ値
signalType
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
signalType: "Custom"
プロパティ値
"Custom"
継承されたプロパティの詳細
notificationTypes
このシグナルの現在の通知モード。
notificationTypes?: string[]
プロパティ値
string[]
properties
プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}