Share via


MachineLearningComputeSystemService Class

Definition

A system service running on a compute.

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

Properties

PublicIPAddress

Public IP address.

SystemServiceType

The type of this system service.

Version

The version for this type.

Explicit Interface Implementations

IJsonModel<MachineLearningComputeSystemService>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningComputeSystemService>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningComputeSystemService>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningComputeSystemService>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningComputeSystemService>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to