PipelineLogConfigurationDetails

class oci.data_science.models.PipelineLogConfigurationDetails(**kwargs)

Bases: object

The pipeline log configuration details.

Methods

__init__(**kwargs) Initializes a new PipelineLogConfigurationDetails object with values from keyword arguments.

Attributes

enable_auto_log_creation Gets the enable_auto_log_creation of this PipelineLogConfigurationDetails.
enable_logging Gets the enable_logging of this PipelineLogConfigurationDetails.
log_group_id Gets the log_group_id of this PipelineLogConfigurationDetails.
log_id Gets the log_id of this PipelineLogConfigurationDetails.
__init__(**kwargs)

Initializes a new PipelineLogConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • enable_logging (bool) – The value to assign to the enable_logging property of this PipelineLogConfigurationDetails.
  • enable_auto_log_creation (bool) – The value to assign to the enable_auto_log_creation property of this PipelineLogConfigurationDetails.
  • log_group_id (str) – The value to assign to the log_group_id property of this PipelineLogConfigurationDetails.
  • log_id (str) – The value to assign to the log_id property of this PipelineLogConfigurationDetails.
enable_auto_log_creation

Gets the enable_auto_log_creation of this PipelineLogConfigurationDetails. If automatic on-behalf-of log object creation is enabled for pipeline runs.

Returns:The enable_auto_log_creation of this PipelineLogConfigurationDetails.
Return type:bool
enable_logging

Gets the enable_logging of this PipelineLogConfigurationDetails. If customer logging is enabled for pipeline.

Returns:The enable_logging of this PipelineLogConfigurationDetails.
Return type:bool
log_group_id

Gets the log_group_id of this PipelineLogConfigurationDetails. The OCID of the log group.

Returns:The log_group_id of this PipelineLogConfigurationDetails.
Return type:str
log_id

Gets the log_id of this PipelineLogConfigurationDetails. The OCID of the log.

Returns:The log_id of this PipelineLogConfigurationDetails.
Return type:str