MachineLearningSkuPatch Class

Definition

Common SKU definition.

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

Constructors

MachineLearningSkuPatch()

Initializes a new instance of MachineLearningSkuPatch.

Properties

Capacity

If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.

Family

If the service has different generations of hardware, for the same SKU, then that can be captured here.

Name

The name of the SKU. Ex - P3. It is typically a letter+number code.

Size

The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.

Tier

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

Explicit Interface Implementations

IJsonModel<MachineLearningSkuPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningSkuPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningSkuPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningSkuPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningSkuPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to