Delen via


RandomSamplingAlgorithmRule Struct

Definition

The specific type of random algorithm

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RandomSamplingAlgorithmRuleTypeConverter))]
public struct RandomSamplingAlgorithmRule : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RandomSamplingAlgorithmRule>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RandomSamplingAlgorithmRuleTypeConverter))>]
type RandomSamplingAlgorithmRule = struct
    interface IArgumentCompleter
Public Structure RandomSamplingAlgorithmRule
Implements IArgumentCompleter, IEquatable(Of RandomSamplingAlgorithmRule)
Inheritance
RandomSamplingAlgorithmRule
Attributes
Implements

Fields

Random
Sobol

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 RandomSamplingAlgorithmRule (override for Object)

Equals(RandomSamplingAlgorithmRule)

Compares values of enum type RandomSamplingAlgorithmRule

GetHashCode()

Returns hashCode for enum RandomSamplingAlgorithmRule

ToString()

Returns string representation for RandomSamplingAlgorithmRule

Operators

Equality(RandomSamplingAlgorithmRule, RandomSamplingAlgorithmRule)

Overriding == operator for enum RandomSamplingAlgorithmRule

Implicit(RandomSamplingAlgorithmRule to String)

Implicit operator to convert RandomSamplingAlgorithmRule to string

Implicit(String to RandomSamplingAlgorithmRule)

Implicit operator to convert string to RandomSamplingAlgorithmRule

Inequality(RandomSamplingAlgorithmRule, RandomSamplingAlgorithmRule)

Overriding != operator for enum RandomSamplingAlgorithmRule

Applies to