IFixedInputData 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.FixedInputDataTypeConverter))]
public interface IFixedInputData : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringInputDataBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FixedInputDataTypeConverter))>]
type IFixedInputData = interface
interface IJsonSerializable
interface IMonitoringInputDataBase
Public Interface IFixedInputData
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) |
Uri |
[Required] Input Asset URI. (Inherited from IMonitoringInputDataBase) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |