MachineLearningResourceQuota 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.
The quota assigned to a resource.
public class MachineLearningResourceQuota : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceQuota>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceQuota>
public class MachineLearningResourceQuota
type MachineLearningResourceQuota = class
interface IJsonModel<MachineLearningResourceQuota>
interface IPersistableModel<MachineLearningResourceQuota>
type MachineLearningResourceQuota = class
Public Class MachineLearningResourceQuota
Implements IJsonModel(Of MachineLearningResourceQuota), IPersistableModel(Of MachineLearningResourceQuota)
Public Class MachineLearningResourceQuota
- Inheritance
-
MachineLearningResourceQuota
- Implements
Properties
AmlWorkspaceLocation |
Region of the AML workspace in the id. |
Id |
Specifies the resource ID. |
Limit |
The maximum permitted quota of the resource. |
Name |
Name of the resource. |
ResourceQuotaType |
Specifies the resource type. |
Unit |
An enum describing the unit of quota measurement. |
Explicit Interface Implementations
IJsonModel<MachineLearningResourceQuota>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningResourceQuota>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningResourceQuota>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningResourceQuota>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningResourceQuota>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET