ภาษา

SamplingAlgorithmType Struct

Definition

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

Constructors

Name Description
SamplingAlgorithmType(String)

Initializes a new instance of SamplingAlgorithmType.

Properties

Name Description
Bayesian

Gets the Bayesian.

Grid

Gets the Grid.

Random

Gets the Random.

Methods

Name Description
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

Name Description
Equality(SamplingAlgorithmType, SamplingAlgorithmType)

Determines if two SamplingAlgorithmType values are the same.

Implicit(String to Nullable<SamplingAlgorithmType>)
Implicit(String to SamplingAlgorithmType)

Converts a string to a SamplingAlgorithmType.

Inequality(SamplingAlgorithmType, SamplingAlgorithmType)

Determines if two SamplingAlgorithmType values are not the same.

Applies to