Freigeben über


MachineLearningAllocationState Struktur

Definition

Zuordnungsstatus des Computes. Mögliche Werte sind: steady : Gibt an, dass die Computegröße nicht geändert wird. Es gibt keine Änderungen an der Anzahl der Computeknoten, die in der Computeverarbeitung ausgeführt werden. Ein Compute wechselt in diesen Zustand, wenn er erstellt wird und wenn keine Vorgänge auf dem Compute ausgeführt werden, um die Anzahl der Computeknoten zu ändern. Größenänderung: Gibt an, dass die Computegröße geändert wird. Das heißt, Computeknoten werden dem Compute hinzugefügt oder daraus entfernt.

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

Konstruktoren

MachineLearningAllocationState(String)

Initialisiert eine neue Instanz von MachineLearningAllocationState.

Eigenschaften

Resizing

Größenänderung.

Steady

Stetigen.

Methoden

Equals(MachineLearningAllocationState)

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(MachineLearningAllocationState, MachineLearningAllocationState)

Bestimmt, ob zwei MachineLearningAllocationState Werte identisch sind.

Implicit(String to MachineLearningAllocationState)

Konvertiert eine Zeichenfolge in eine MachineLearningAllocationState.

Inequality(MachineLearningAllocationState, MachineLearningAllocationState)

Bestimmt, ob zwei MachineLearningAllocationState Werte nicht identisch sind.

Gilt für: