Share via


MachineLearningInstanceTypeSchema Class

Definition

Instance type schema.

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

Constructors

MachineLearningInstanceTypeSchema()

Initializes a new instance of MachineLearningInstanceTypeSchema.

Properties

NodeSelector

Node Selector.

Resources

Resource requests/limits for this instance type.

Explicit Interface Implementations

IJsonModel<MachineLearningInstanceTypeSchema>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningInstanceTypeSchema>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningInstanceTypeSchema>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningInstanceTypeSchema>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningInstanceTypeSchema>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to