共用方式為


IFixedInputData Interface

Definition

[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

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to