CustomMonitoringSignal.InputAssets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Monitoring assets to take as input. Key is the component input port name, value is the data asset.
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)