MachineLearningFqdnEndpoint Class

Definition

The MachineLearningFqdnEndpoint.

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

Properties

DomainName

Gets the domain name.

EndpointDetails

Gets the endpoint details.

Explicit Interface Implementations

IJsonModel<MachineLearningFqdnEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningFqdnEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningFqdnEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningFqdnEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningFqdnEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to