Bagikan melalui


AmlComputeNodeInformation Class

Definition

Compute node information related to a AmlCompute.

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

Properties

NodeId

ID of the compute node.

NodeState

State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted.

Port

SSH port number of the node.

PrivateIPAddress

Private IP address of the compute node.

PublicIPAddress

Public IP address of the compute node.

RunId

ID of the Experiment running on the node, if any else null.

Explicit Interface Implementations

IJsonModel<AmlComputeNodeInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AmlComputeNodeInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AmlComputeNodeInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlComputeNodeInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AmlComputeNodeInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to