PipelineRunLogDetails¶
-
class
oci.data_science.models.
PipelineRunLogDetails
(**kwargs)¶ Bases:
object
Customer logging details for pipeline run.
Methods
__init__
(**kwargs)Initializes a new PipelineRunLogDetails object with values from keyword arguments. Attributes
log_group_id
[Required] Gets the log_group_id of this PipelineRunLogDetails. log_id
[Required] Gets the log_id of this PipelineRunLogDetails. -
__init__
(**kwargs)¶ Initializes a new PipelineRunLogDetails 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 PipelineRunLogDetails.
- log_id (str) – The value to assign to the log_id property of this PipelineRunLogDetails.
-
log_group_id
¶ [Required] Gets the log_group_id of this PipelineRunLogDetails. The log group id for where log objects will be for pipeline runs.
Returns: The log_group_id of this PipelineRunLogDetails. Return type: str
-
log_id
¶ [Required] Gets the log_id of this PipelineRunLogDetails. The log id of the log object the pipeline run logs will be shipped to.
Returns: The log_id of this PipelineRunLogDetails. Return type: str
-