IBatchDeploymentProperties.OutputAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how the output will be organized.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Indicates how the output will be organized.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction) }, ReadOnly=false, Required=false, SerializedName="outputAction")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction? OutputAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Indicates how the output will be organized.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction) }, ReadOnly=false, Required=false, SerializedName="outputAction")>]
member this.OutputAction : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction> with get, set
Public Property OutputAction As Nullable(Of BatchOutputAction)
Property Value
- Attributes