IRollingInputData 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.RollingInputDataTypeConverter))]
public interface IRollingInputData : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringInputDataBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RollingInputDataTypeConverter))>]
type IRollingInputData = interface
interface IJsonSerializable
interface IMonitoringInputDataBase
Public Interface IRollingInputData
Implements IMonitoringInputDataBase
- Derived
- Attributes
- Implements
Properties
Column |
Mapping of column names to special uses. (Inherited from IMonitoringInputDataBase) |
DataContext |
The context metadata of the data source. (Inherited from IMonitoringInputDataBase) |
InputDataType |
[Required] Specifies the type of signal to monitor. (Inherited from IMonitoringInputDataBase) |
JobInputType |
[Required] Specifies the type of job. (Inherited from IMonitoringInputDataBase) |
PreprocessingComponentId |
Reference to the component asset used to preprocess the data. |
Uri |
[Required] Input Asset URI. (Inherited from IMonitoringInputDataBase) |
WindowOffset |
[Required] The time offset between the end of the data window and the monitor's current run time. |
WindowSize |
[Required] The size of the rolling data window. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |