MachineLearningComputePatch Class

Definition

AmlCompute update parameters.

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

Constructors

MachineLearningComputePatch()

Initializes a new instance of MachineLearningComputePatch.

Properties

ScaleSettings

scale settings for AML Compute.

Explicit Interface Implementations

IJsonModel<MachineLearningComputePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningComputePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningComputePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningComputePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningComputePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to