JobLogConfigurationDetails¶
-
class
oci.data_science.models.
JobLogConfigurationDetails
(**kwargs)¶ Bases:
object
Logging configuration for resource.
Methods
__init__
(**kwargs)Initializes a new JobLogConfigurationDetails object with values from keyword arguments. Attributes
enable_auto_log_creation
Gets the enable_auto_log_creation of this JobLogConfigurationDetails. enable_logging
Gets the enable_logging of this JobLogConfigurationDetails. log_group_id
Gets the log_group_id of this JobLogConfigurationDetails. log_id
Gets the log_id of this JobLogConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new JobLogConfigurationDetails 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 JobLogConfigurationDetails.
- enable_auto_log_creation (bool) – The value to assign to the enable_auto_log_creation property of this JobLogConfigurationDetails.
- log_group_id (str) – The value to assign to the log_group_id property of this JobLogConfigurationDetails.
- log_id (str) – The value to assign to the log_id property of this JobLogConfigurationDetails.
-
enable_auto_log_creation
¶ Gets the enable_auto_log_creation of this JobLogConfigurationDetails. If automatic on-behalf-of log object creation is enabled for job runs.
Returns: The enable_auto_log_creation of this JobLogConfigurationDetails. Return type: bool
-
enable_logging
¶ Gets the enable_logging of this JobLogConfigurationDetails. If customer logging is enabled for job runs.
Returns: The enable_logging of this JobLogConfigurationDetails. Return type: bool
-
log_group_id
¶ Gets the log_group_id of this JobLogConfigurationDetails. The log group id for where log objects are for job runs.
Returns: The log_group_id of this JobLogConfigurationDetails. Return type: str
-
log_id
¶ Gets the log_id of this JobLogConfigurationDetails. The log id the job run will push logs too.
Returns: The log_id of this JobLogConfigurationDetails. Return type: str
-