Class BackupOperationDetails
Backup operation details of the model.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class BackupOperationDetails
Properties
BackupState
Declaration
[Required(ErrorMessage = "BackupState is required.")]
[JsonProperty(PropertyName = "backupState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ModelSettingActionState? BackupState { get; set; }
Property Value
Type | Description |
---|---|
ModelSettingActionState? | The backup status of the model. |
Remarks
Required
BackupStateDetails
Declaration
[Required(ErrorMessage = "BackupStateDetails is required.")]
[JsonProperty(PropertyName = "backupStateDetails")]
public string BackupStateDetails { get; set; }
Property Value
Type | Description |
---|---|
string | The backup execution status details of the model. |
Remarks
Required
TimeLastBackup
Declaration
[JsonProperty(PropertyName = "timeLastBackup")]
public DateTime? TimeLastBackup { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The last backup execution time of the model. |