CalculateModelCapacityContent 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.
Calculate Model Capacity parameter.
public class CalculateModelCapacityContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CalculateModelCapacityContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CalculateModelCapacityContent>
type CalculateModelCapacityContent = class
interface IJsonModel<CalculateModelCapacityContent>
interface IPersistableModel<CalculateModelCapacityContent>
Public Class CalculateModelCapacityContent
Implements IJsonModel(Of CalculateModelCapacityContent), IPersistableModel(Of CalculateModelCapacityContent)
- Inheritance
-
CalculateModelCapacityContent
- Implements
Constructors
CalculateModelCapacityContent() |
Initializes a new instance of CalculateModelCapacityContent. |
Properties
Model |
Properties of Cognitive Services account deployment model. |
SkuName |
The name of SKU. |
Workloads |
List of Model Capacity Calculator Workload. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CalculateModelCapacityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CalculateModelCapacityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CalculateModelCapacityContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CalculateModelCapacityContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CalculateModelCapacityContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET