IPipelineJob.Input Property

Definition

Inputs for the pipeline job.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Inputs for the pipeline job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IPipelineJobInputs) }, Read=true, ReadOnly=false, Required=false, SerializedName="inputs", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IPipelineJobInputs Input { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Inputs for the pipeline job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IPipelineJobInputs) }, Read=true, ReadOnly=false, Required=false, SerializedName="inputs", Update=false)>]
member this.Input : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IPipelineJobInputs with get, set
Public Property Input As IPipelineJobInputs

Property Value

Attributes

Applies to