JobRunLogDetails¶
-
class
oci.data_science.models.
JobRunLogDetails
(**kwargs)¶ Bases:
object
Customer logging details for job run.
Methods
__init__
(**kwargs)Initializes a new JobRunLogDetails object with values from keyword arguments. Attributes
log_group_id
[Required] Gets the log_group_id of this JobRunLogDetails. log_id
[Required] Gets the log_id of this JobRunLogDetails. -
__init__
(**kwargs)¶ Initializes a new JobRunLogDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - log_group_id (str) – The value to assign to the log_group_id property of this JobRunLogDetails.
- log_id (str) – The value to assign to the log_id property of this JobRunLogDetails.
-
log_group_id
¶ [Required] Gets the log_group_id of this JobRunLogDetails. The log group id for where log objects will be for job runs.
Returns: The log_group_id of this JobRunLogDetails. Return type: str
-
log_id
¶ [Required] Gets the log_id of this JobRunLogDetails. The log id of the log object the job run logs will be shipped to.
Returns: The log_id of this JobRunLogDetails. Return type: str
-