Class PipelineLogConfigurationDetails
The pipeline log configuration details.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class PipelineLogConfigurationDetailsProperties
EnableAutoLogCreation
Declaration
[JsonProperty(PropertyName = "enableAutoLogCreation")]
public bool? EnableAutoLogCreation { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | If automatic on-behalf-of log object creation is enabled for pipeline runs. | 
EnableLogging
Declaration
[JsonProperty(PropertyName = "enableLogging")]
public bool? EnableLogging { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | If customer logging is enabled for pipeline. | 
LogGroupId
Declaration
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the log group. | 
LogId
Declaration
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the log. |