RollingInputData Class
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.
Rolling input data definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RollingInputDataTypeConverter))]
public class RollingInputData : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRollingInputData, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RollingInputDataTypeConverter))>]
type RollingInputData = class
interface IRollingInputData
interface IJsonSerializable
interface IMonitoringInputDataBase
interface IValidates
Public Class RollingInputData
Implements IRollingInputData, IValidates
- Inheritance
-
RollingInputData
- Attributes
- Implements
Constructors
RollingInputData() |
Creates an new RollingInputData instance. |
Properties
Column |
Mapping of column names to special uses. |
DataContext |
The context metadata of the data source. |
InputDataType |
[Required] Specifies the type of signal to monitor. |
JobInputType |
[Required] Specifies the type of job. |
PreprocessingComponentId |
Reference to the component asset used to preprocess the data. |
Uri |
[Required] Input Asset URI. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RollingInputData. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RollingInputData. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRollingInputData. |
FromJsonString(String) |
Creates a new instance of RollingInputData, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RollingInputData into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |