MachineLearningSkuCapacity 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.
SKU capacity information.
public class MachineLearningSkuCapacity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuCapacity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuCapacity>
public class MachineLearningSkuCapacity
type MachineLearningSkuCapacity = class
interface IJsonModel<MachineLearningSkuCapacity>
interface IPersistableModel<MachineLearningSkuCapacity>
type MachineLearningSkuCapacity = class
Public Class MachineLearningSkuCapacity
Implements IJsonModel(Of MachineLearningSkuCapacity), IPersistableModel(Of MachineLearningSkuCapacity)
Public Class MachineLearningSkuCapacity
- Inheritance
-
MachineLearningSkuCapacity
- Implements
Properties
Default |
Gets or sets the default capacity. |
Maximum |
Gets or sets the maximum. |
Minimum |
Gets or sets the minimum. |
ScaleType |
Gets or sets the type of the scale. |
Explicit Interface Implementations
IJsonModel<MachineLearningSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningSkuCapacity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET