StaticInputData 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.
Static input data definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.StaticInputDataTypeConverter))]
public class StaticInputData : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IStaticInputData, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.StaticInputDataTypeConverter))>]
type StaticInputData = class
interface IStaticInputData
interface IJsonSerializable
interface IMonitoringInputDataBase
interface IValidates
Public Class StaticInputData
Implements IStaticInputData, IValidates
- Inheritance
-
StaticInputData
- Attributes
- Implements
Constructors
StaticInputData() |
Creates an new StaticInputData 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. |
WindowEnd |
[Required] The end date of the data window. |
WindowStart |
[Required] The start date of the data window. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticInputData. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticInputData. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IStaticInputData. |
FromJsonString(String) |
Creates a new instance of StaticInputData, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticInputData into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |