IBatchDeployment.OutputAction Property

Definition

Indicates how the output will be organized.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "SummaryOnly", "AppendRow" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Indicates how the output will be organized.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="outputAction", Update=true)]
public string OutputAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "SummaryOnly", "AppendRow" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Indicates how the output will be organized.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="outputAction", Update=true)>]
member this.OutputAction : string with get, set
Public Property OutputAction As String

Property Value

Attributes

Applies to