MachineLearningInstanceTypeSchemaResources Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resource requests/limits for this instance type.
public class MachineLearningInstanceTypeSchemaResources : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningInstanceTypeSchemaResources>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningInstanceTypeSchemaResources>
public class MachineLearningInstanceTypeSchemaResources
type MachineLearningInstanceTypeSchemaResources = class
interface IJsonModel<MachineLearningInstanceTypeSchemaResources>
interface IPersistableModel<MachineLearningInstanceTypeSchemaResources>
type MachineLearningInstanceTypeSchemaResources = class
Public Class MachineLearningInstanceTypeSchemaResources
Implements IJsonModel(Of MachineLearningInstanceTypeSchemaResources), IPersistableModel(Of MachineLearningInstanceTypeSchemaResources)
Public Class MachineLearningInstanceTypeSchemaResources
- Inheritance
-
MachineLearningInstanceTypeSchemaResources
- Implements
Constructors
MachineLearningInstanceTypeSchemaResources() |
Initializes a new instance of MachineLearningInstanceTypeSchemaResources. |
Properties
Limits |
Resource limits for this instance type. |
Requests |
Resource requests for this instance type. |
Explicit Interface Implementations
IJsonModel<MachineLearningInstanceTypeSchemaResources>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningInstanceTypeSchemaResources>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningInstanceTypeSchemaResources>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningInstanceTypeSchemaResources>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningInstanceTypeSchemaResources>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET