次の方法で共有


CustomMonitoringSignal.InputAssets プロパティ

定義

入力として受け取る資産の監視。 キーはコンポーネント入力ポート名、値はデータ資産です。 基底クラスであることに注意 MonitoringInputDataBase してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、StaticInputDataおよび TrailingInputDataが含まれますFixedInputData

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase> InputAssets { get; set; }
member this.InputAssets : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase> with get, set
Public Property InputAssets As IDictionary(Of String, MonitoringInputDataBase)

プロパティ値

適用対象