Class ScheduleLogDetails
Custom logging details for schedule execution.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ScheduleLogDetails
Properties
LogGroupId
Declaration
[Required(ErrorMessage = "LogGroupId is required.")]
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the log group. |
Remarks
Required
LogId
Declaration
[Required(ErrorMessage = "LogId is required.")]
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the custom log to be used for Schedule logging. |
Remarks
Required