CognitiveServicesAccountModel 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.
Cognitive Services account Model.
public class CognitiveServicesAccountModel : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel>
type CognitiveServicesAccountModel = class
inherit CognitiveServicesAccountDeploymentModel
interface IJsonModel<CognitiveServicesAccountModel>
interface IPersistableModel<CognitiveServicesAccountModel>
Public Class CognitiveServicesAccountModel
Inherits CognitiveServicesAccountDeploymentModel
Implements IJsonModel(Of CognitiveServicesAccountModel), IPersistableModel(Of CognitiveServicesAccountModel)
- Inheritance
- Implements
Constructors
CognitiveServicesAccountModel() |
Initializes a new instance of CognitiveServicesAccountModel. |
Properties
BaseModel |
Base Model Identifier. |
CallRateLimit |
The call rate limit Cognitive Services account. (Inherited from CognitiveServicesAccountDeploymentModel) |
Capabilities |
The capabilities. |
Deprecation |
Cognitive Services account ModelDeprecationInfo. |
FinetuneCapabilities |
The capabilities for finetune models. |
Format |
Deployment model format. (Inherited from CognitiveServicesAccountDeploymentModel) |
IsDefaultVersion |
If the model is default version. |
LifecycleStatus |
Model lifecycle status. |
MaxCapacity |
The max capacity. |
Name |
Deployment model name. (Inherited from CognitiveServicesAccountDeploymentModel) |
Skus |
The list of Model Sku. |
Source |
Optional. Deployment model source ARM resource ID. (Inherited from CognitiveServicesAccountDeploymentModel) |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
Version |
Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API. (Inherited from CognitiveServicesAccountDeploymentModel) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET