SamplingAlgorithmType Struct

Definition

The SamplingAlgorithmType.

public readonly struct SamplingAlgorithmType : IEquatable<Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithmType>
type SamplingAlgorithmType = struct
Public Structure SamplingAlgorithmType
Implements IEquatable(Of SamplingAlgorithmType)
Inheritance
SamplingAlgorithmType
Implements

Constructors

SamplingAlgorithmType(String)

Initializes a new instance of SamplingAlgorithmType.

Properties

Bayesian

Bayesian.

Grid

Grid.

Random

Random.

Methods

Equals(SamplingAlgorithmType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SamplingAlgorithmType, SamplingAlgorithmType)

Determines if two SamplingAlgorithmType values are the same.

Implicit(String to SamplingAlgorithmType)

Converts a string to a SamplingAlgorithmType.

Inequality(SamplingAlgorithmType, SamplingAlgorithmType)

Determines if two SamplingAlgorithmType values are not the same.

Applies to