BatchOutputAction Struct
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.
Enum to determine how batch inferencing will handle output
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputActionTypeConverter))]
public struct BatchOutputAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchOutputActionTypeConverter))>]
type BatchOutputAction = struct
interface IArgumentCompleter
Public Structure BatchOutputAction
Implements IArgumentCompleter, IEquatable(Of BatchOutputAction)
- Inheritance
-
BatchOutputAction
- Attributes
- Implements
Fields
AppendRow | |
SummaryOnly |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(BatchOutputAction) |
Compares values of enum type BatchOutputAction |
Equals(Object) |
Compares values of enum type BatchOutputAction (override for Object) |
GetHashCode() |
Returns hashCode for enum BatchOutputAction |
ToString() |
Returns string representation for BatchOutputAction |
Operators
Equality(BatchOutputAction, BatchOutputAction) |
Overriding == operator for enum BatchOutputAction |
Implicit(BatchOutputAction to String) |
Implicit operator to convert BatchOutputAction to string |
Implicit(String to BatchOutputAction) |
Implicit operator to convert string to BatchOutputAction |
Inequality(BatchOutputAction, BatchOutputAction) |
Overriding != operator for enum BatchOutputAction |