FixedInputData Class

Definition

Fixed input data definition.

public class FixedInputData : Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase
type FixedInputData = class
    inherit MonitoringInputDataBase
Public Class FixedInputData
Inherits MonitoringInputDataBase
Inheritance

Constructors

FixedInputData(JobInputType, Uri)

Initializes a new instance of FixedInputData.

Properties

Columns

Mapping of column names to special uses.

(Inherited from MonitoringInputDataBase)
DataContext

The context metadata of the data source.

(Inherited from MonitoringInputDataBase)
JobInputType

[Required] Specifies the type of job.

(Inherited from MonitoringInputDataBase)
Uri

[Required] Input Asset URI.

(Inherited from MonitoringInputDataBase)

Applies to