Share via


MachineLearningUsage Class

Definition

Describes AML Resource Usage.

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

Properties

AmlWorkspaceLocation

Region of the AML workspace in the id.

CurrentValue

The current usage of the resource.

Id

Specifies the resource ID.

Limit

The maximum permitted usage of the resource.

Name

The name of the type of usage.

Unit

An enum describing the unit of usage measurement.

UsageType

Specifies the resource type.

Explicit Interface Implementations

IJsonModel<MachineLearningUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningUsage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningUsage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningUsage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to