RuntimePipelineSummary

class oci.data_integration.models.RuntimePipelineSummary(**kwargs)

Bases: object

The information about RuntimePipeline.

Methods

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

Attributes

parent_runtime_operator_key Gets the parent_runtime_operator_key of this RuntimePipelineSummary.
pipeline Gets the pipeline of this RuntimePipelineSummary.
runtime_operators Gets the runtime_operators of this RuntimePipelineSummary.
__init__(**kwargs)

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

Parameters:
  • pipeline (oci.data_integration.models.Pipeline) – The value to assign to the pipeline property of this RuntimePipelineSummary.
  • runtime_operators (list[oci.data_integration.models.RuntimeOperator]) – The value to assign to the runtime_operators property of this RuntimePipelineSummary.
  • parent_runtime_operator_key (str) – The value to assign to the parent_runtime_operator_key property of this RuntimePipelineSummary.
parent_runtime_operator_key

Gets the parent_runtime_operator_key of this RuntimePipelineSummary. The parent RuntimePipeline’s RuntimeOperator key.

Returns:The parent_runtime_operator_key of this RuntimePipelineSummary.
Return type:str
pipeline

Gets the pipeline of this RuntimePipelineSummary.

Returns:The pipeline of this RuntimePipelineSummary.
Return type:oci.data_integration.models.Pipeline
runtime_operators

Gets the runtime_operators of this RuntimePipelineSummary. A list of RuntimeOperators attached to the RuntimePipeline.

Returns:The runtime_operators of this RuntimePipelineSummary.
Return type:list[oci.data_integration.models.RuntimeOperator]