Delen via


MachineLearningBatchDeploymentPatch Class

Definition

Strictly used in update requests.

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

Constructors

MachineLearningBatchDeploymentPatch()

Initializes a new instance of MachineLearningBatchDeploymentPatch.

Properties

PartialBatchDeploymentDescription

Description of the endpoint deployment.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<MachineLearningBatchDeploymentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningBatchDeploymentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningBatchDeploymentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningBatchDeploymentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningBatchDeploymentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to