Class Availability
Describes where and how a model is deployed
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class Availability
Properties
Realm
Declaration
[JsonProperty(PropertyName = "realm")]
public string Realm { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The cloud realm in which the model exists. |
Region
Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The specific geographic region where the model is deployed. |
ServingModes
Declaration
[JsonProperty(PropertyName = "servingModes")]
public List<ServingMode> ServingModes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ServingMode> | The supported deployment modes for the model in this region (e.g., on-demand or dedicated). |
SupportedReplacements
Declaration
[JsonProperty(PropertyName = "supportedReplacements")]
public List<string> SupportedReplacements { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | A list of model identifiers that are recommended as replacements after this model is retired. |
TimeDedicatedRetired
Declaration
[JsonProperty(PropertyName = "timeDedicatedRetired")]
public DateTime? TimeDedicatedRetired { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The timestamp when dedicated deployments of the model will be fully retired. |
TimeDeprecated
Declaration
[JsonProperty(PropertyName = "timeDeprecated")]
public DateTime? TimeDeprecated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The timestamp when the model is marked as deprecated and is no longer recommended for use. |
TimeOnDemandRetired
Declaration
[JsonProperty(PropertyName = "timeOnDemandRetired")]
public DateTime? TimeOnDemandRetired { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The timestamp when the model will no longer be available for on-demand (shared) usage. |