ImplementationLogDetails

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

Bases: object

Log configuration details for particular areas of ML Application Implementation.

Methods

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

Attributes

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

Initializes a new ImplementationLogDetails 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 ImplementationLogDetails.
  • log_group_id (str) – The value to assign to the log_group_id property of this ImplementationLogDetails.
  • log_id (str) – The value to assign to the log_id property of this ImplementationLogDetails.
enable_logging

Gets the enable_logging of this ImplementationLogDetails. If logging is enabled.

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

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

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

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

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