Share via


MachineLearningNodeStateCounts Class

Definition

Counts of various compute node states on the amlCompute.

public class MachineLearningNodeStateCounts : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningNodeStateCounts>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningNodeStateCounts>
public class MachineLearningNodeStateCounts
type MachineLearningNodeStateCounts = class
    interface IJsonModel<MachineLearningNodeStateCounts>
    interface IPersistableModel<MachineLearningNodeStateCounts>
type MachineLearningNodeStateCounts = class
Public Class MachineLearningNodeStateCounts
Implements IJsonModel(Of MachineLearningNodeStateCounts), IPersistableModel(Of MachineLearningNodeStateCounts)
Public Class MachineLearningNodeStateCounts
Inheritance
MachineLearningNodeStateCounts
Implements

Properties

IdleNodeCount

Number of compute nodes in idle state.

LeavingNodeCount

Number of compute nodes which are leaving the amlCompute.

PreemptedNodeCount

Number of compute nodes which are in preempted state.

PreparingNodeCount

Number of compute nodes which are being prepared.

RunningNodeCount

Number of compute nodes which are running jobs.

UnusableNodeCount

Number of compute nodes which are in unusable state.

Explicit Interface Implementations

IJsonModel<MachineLearningNodeStateCounts>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningNodeStateCounts>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningNodeStateCounts>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningNodeStateCounts>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningNodeStateCounts>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to