MachineLearningResourcePatch Class

Definition

Strictly used in update requests.

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

Constructors

MachineLearningResourcePatch()

Initializes a new instance of MachineLearningResourcePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<MachineLearningResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to