ModelReplacementConfiguration 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.
Configuration for model replacement.
public class ModelReplacementConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.ModelReplacementConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.ModelReplacementConfiguration>
type ModelReplacementConfiguration = class
interface IJsonModel<ModelReplacementConfiguration>
interface IPersistableModel<ModelReplacementConfiguration>
Public Class ModelReplacementConfiguration
Implements IJsonModel(Of ModelReplacementConfiguration), IPersistableModel(Of ModelReplacementConfiguration)
- Inheritance
-
ModelReplacementConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| ModelReplacementConfiguration() |
Initializes a new instance of ModelReplacementConfiguration. |
Properties
| Name | Description |
|---|---|
| AutoUpgradeStartOn |
The date when automatic upgrade should start. This applies to deployments with the OnceNewDefaultVersionAvailable upgrade option. |
| TargetModelName |
The name of the replacement model. |
| TargetModelVersion |
The version of the replacement model. |
| UpgradeOnExpiryLeadTimeDays |
The number of days before deprecation date to trigger upgrade. This applies to deployments with the OnceCurrentVersionExpired upgrade option. |