ICommandJob.Input Property

Definition

Mapping of input data bindings used in the job.

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

Property Value

Attributes

Applies to