LogDetails

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

Bases: object

The log details.

Methods

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

Attributes

log_group_id [Required] Gets the log_group_id of this LogDetails.
log_id [Required] Gets the log_id of this LogDetails.
__init__(**kwargs)

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

Parameters:
  • log_id (str) – The value to assign to the log_id property of this LogDetails.
  • log_group_id (str) – The value to assign to the log_group_id property of this LogDetails.
log_group_id

[Required] Gets the log_group_id of this LogDetails. The OCID of a log group to work with.

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

[Required] Gets the log_id of this LogDetails. The OCID of a log to work with.

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