Class RetentionSetting
Retention setting details of the model.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class RetentionSetting
Properties
ArchiveAfterDays
Declaration
[Required(ErrorMessage = "ArchiveAfterDays is required.")]
[JsonProperty(PropertyName = "archiveAfterDays")]
public int? ArchiveAfterDays { get; set; }
Property Value
Type | Description |
---|---|
int? | Number of days after which the model will be archived. |
Remarks
Required
CustomerNotificationType
Declaration
[JsonProperty(PropertyName = "customerNotificationType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ModelSettingCustomerNotificationType? CustomerNotificationType { get; set; }
Property Value
Type | Description |
---|---|
ModelSettingCustomerNotificationType? | Customer notification options on success/failure of archival, deletion events. |
DeleteAfterDays
Declaration
[JsonProperty(PropertyName = "deleteAfterDays")]
public int? DeleteAfterDays { get; set; }
Property Value
Type | Description |
---|---|
int? | Number of days after which the archived model will be deleted. |