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