Share via


MachineLearningFqdnEndpoints Class

Definition

The MachineLearningFqdnEndpoints.

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

Properties

Properties

Gets the properties.

Explicit Interface Implementations

IJsonModel<MachineLearningFqdnEndpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningFqdnEndpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningFqdnEndpoints>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningFqdnEndpoints>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningFqdnEndpoints>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to