Share via


MachineLearningDeploymentLogs Class

Definition

The MachineLearningDeploymentLogs.

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

Properties

Name Description
Content

The retrieved online deployment logs.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MachineLearningDeploymentLogs>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningDeploymentLogs>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningDeploymentLogs>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDeploymentLogs>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningDeploymentLogs>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to