EarlyTerminationPolicyType 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.
Argument completer implementation for EarlyTerminationPolicyType.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyTypeTypeConverter))]
public struct EarlyTerminationPolicyType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EarlyTerminationPolicyTypeTypeConverter))>]
type EarlyTerminationPolicyType = struct
interface IArgumentCompleter
Public Structure EarlyTerminationPolicyType
Implements IArgumentCompleter, IEquatable(Of EarlyTerminationPolicyType)
- Inheritance
-
EarlyTerminationPolicyType
- Attributes
- Implements
Fields
Bandit | |
MedianStopping | |
TruncationSelection |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(EarlyTerminationPolicyType) |
Compares values of enum type EarlyTerminationPolicyType |
Equals(Object) |
Compares values of enum type EarlyTerminationPolicyType (override for Object) |
GetHashCode() |
Returns hashCode for enum EarlyTerminationPolicyType |
ToString() |
Returns string representation for EarlyTerminationPolicyType |
Operators
Equality(EarlyTerminationPolicyType, EarlyTerminationPolicyType) |
Overriding == operator for enum EarlyTerminationPolicyType |
Implicit(EarlyTerminationPolicyType to String) |
Implicit operator to convert EarlyTerminationPolicyType to string |
Implicit(String to EarlyTerminationPolicyType) |
Implicit operator to convert string to EarlyTerminationPolicyType |
Inequality(EarlyTerminationPolicyType, EarlyTerminationPolicyType) |
Overriding != operator for enum EarlyTerminationPolicyType |