Sdílet prostřednictvím


CustomMonitoringSignal.InputAssets Property

Definition

Monitoring assets to take as input. Key is the component input port name, value is the data asset. Please note MonitoringInputDataBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FixedInputData, StaticInputData and TrailingInputData.

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)

Property Value

Applies to