次の方法で共有


CustomMonitoringSignal interface

Extends

プロパティ

componentId

[必須]カスタム メトリックの計算に使用されるコンポーネント資産への参照。

inputAssets

入力として取得する資産の監視。 キーはコンポーネント入力ポート名、値はデータ資産です。

inputs

入力として受け取る追加のコンポーネント パラメーター。 キーはコンポーネント リテラル入力ポート名、値はパラメーター値です。

metricThresholds

[必須]計算するメトリックとそれに関連するしきい値の一覧。

signalType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

notificationTypes

このシグナルの現在の通知モード。

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[]

承元MonitoringSignalBase.notificationTypes

properties

プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。

properties?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

承元MonitoringSignalBase.properties