Freigeben über


SamplingAlgorithmType Struktur

Definition

The SamplingAlgorithmType.

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

Konstruktoren

SamplingAlgorithmType(String)

Initialisiert eine neue Instanz von SamplingAlgorithmType.

Eigenschaften

Bayesian

Bayesian.

Grid

Raster.

Random

Zufällige.

Methoden

Equals(SamplingAlgorithmType)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(SamplingAlgorithmType, SamplingAlgorithmType)

Bestimmt, ob zwei SamplingAlgorithmType Werte gleich sind.

Implicit(String to SamplingAlgorithmType)

Konvertiert eine Zeichenfolge in eine SamplingAlgorithmType.

Inequality(SamplingAlgorithmType, SamplingAlgorithmType)

Bestimmt, ob zwei SamplingAlgorithmType Werte nicht identisch sind.

Gilt für: