Delen via


IStaticInputData Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.StaticInputDataTypeConverter))]
public interface IStaticInputData : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringInputDataBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.StaticInputDataTypeConverter))>]
type IStaticInputData = interface
    interface IJsonSerializable
    interface IMonitoringInputDataBase
Public Interface IStaticInputData
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)
WindowEnd

[Required] The end date of the data window.

WindowStart

[Required] The start date of the data window.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to