Class JobRunLogDetails
Customer logging details for job run.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class JobRunLogDetailsProperties
LogGroupId
Declaration
[Required(ErrorMessage = "LogGroupId is required.")]
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The log group id for where log objects will be for job runs. | 
Remarks
Required
LogId
Declaration
[Required(ErrorMessage = "LogId is required.")]
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The log id of the log object the job run logs will be shipped to. | 
Remarks
Required