IPredictionDriftMonitoringSignal Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PredictionDriftMonitoringSignalTypeConverter))]
public interface IPredictionDriftMonitoringSignal : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringSignalBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PredictionDriftMonitoringSignalTypeConverter))>]
type IPredictionDriftMonitoringSignal = interface
interface IJsonSerializable
interface IMonitoringSignalBase
Public Interface IPredictionDriftMonitoringSignal
Implements IMonitoringSignalBase
- Derived
- Attributes
- Implements
Properties
FeatureDataTypeOverride |
A dictionary that maps feature names to their respective data types. |
MetricThreshold |
[Required] A list of metrics to calculate and their associated thresholds. |
NotificationType |
The current notification mode for this signal. (Inherited from IMonitoringSignalBase) |
ProductionDataColumn |
Mapping of column names to special uses. |
ProductionDataContext |
The context metadata of the data source. |
ProductionDataInputDataType |
[Required] Specifies the type of signal to monitor. |
ProductionDataJobInputType |
[Required] Specifies the type of job. |
ProductionDataUri |
[Required] Input Asset URI. |
Property |
Property dictionary. Properties can be added, but not removed or altered. (Inherited from IMonitoringSignalBase) |
ReferenceDataColumn |
Mapping of column names to special uses. |
ReferenceDataContext |
The context metadata of the data source. |
ReferenceDataInputDataType |
[Required] Specifies the type of signal to monitor. |
ReferenceDataJobInputType |
[Required] Specifies the type of job. |
ReferenceDataUri |
[Required] Input Asset URI. |
SignalType |
[Required] Specifies the type of signal to monitor. (Inherited from IMonitoringSignalBase) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |