ReplacementConfig interface
Configuration for model replacement.
Properties
| auto |
The date when automatic upgrade should start. This applies to deployments with the OnceNewDefaultVersionAvailable upgrade option. |
| target |
The name of the replacement model. |
| target |
The version of the replacement model. |
| upgrade |
The number of days before deprecation date to trigger upgrade. This applies to deployments with the OnceCurrentVersionExpired upgrade option. |
Property Details
autoUpgradeStartDate
The date when automatic upgrade should start. This applies to deployments with the OnceNewDefaultVersionAvailable upgrade option.
autoUpgradeStartDate?: Date
Property Value
Date
targetModelName
The name of the replacement model.
targetModelName?: string
Property Value
string
targetModelVersion
The version of the replacement model.
targetModelVersion?: string
Property Value
string
upgradeOnExpiryLeadTimeDays
The number of days before deprecation date to trigger upgrade. This applies to deployments with the OnceCurrentVersionExpired upgrade option.
upgradeOnExpiryLeadTimeDays?: number
Property Value
number