RuntimeOperatorSummary

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

Bases: object

The information about RuntimeOperator.

Attributes

EXECUTION_STATE_ERROR A constant which can be used with the execution_state property of a RuntimeOperatorSummary.
EXECUTION_STATE_IGNORED A constant which can be used with the execution_state property of a RuntimeOperatorSummary.
EXECUTION_STATE_NOT_STARTED A constant which can be used with the execution_state property of a RuntimeOperatorSummary.
EXECUTION_STATE_RUNNING A constant which can be used with the execution_state property of a RuntimeOperatorSummary.
EXECUTION_STATE_SKIPPED A constant which can be used with the execution_state property of a RuntimeOperatorSummary.
EXECUTION_STATE_SUCCESS A constant which can be used with the execution_state property of a RuntimeOperatorSummary.
EXECUTION_STATE_TERMINATED A constant which can be used with the execution_state property of a RuntimeOperatorSummary.
EXECUTION_STATE_UNKNOWN A constant which can be used with the execution_state property of a RuntimeOperatorSummary.
OPERATOR_TYPE_ACTUAL_END_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_BASH_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_DECISION_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_END_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_EXPRESSION_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_LOOP_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_MERGE_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_REST_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_START_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
OPERATOR_TYPE_TASK_OPERATOR A constant which can be used with the operator_type property of a RuntimeOperatorSummary.
STATUS_ERROR A constant which can be used with the status property of a RuntimeOperatorSummary.
STATUS_NOT_STARTED A constant which can be used with the status property of a RuntimeOperatorSummary.
STATUS_QUEUED A constant which can be used with the status property of a RuntimeOperatorSummary.
STATUS_RUNNING A constant which can be used with the status property of a RuntimeOperatorSummary.
STATUS_SUCCESS A constant which can be used with the status property of a RuntimeOperatorSummary.
STATUS_TERMINATED A constant which can be used with the status property of a RuntimeOperatorSummary.
STATUS_TERMINATING A constant which can be used with the status property of a RuntimeOperatorSummary.
TASK_TYPE_DATA_LOADER_TASK A constant which can be used with the task_type property of a RuntimeOperatorSummary.
TASK_TYPE_INTEGRATION_TASK A constant which can be used with the task_type property of a RuntimeOperatorSummary.
TASK_TYPE_OCI_DATAFLOW_TASK A constant which can be used with the task_type property of a RuntimeOperatorSummary.
TASK_TYPE_PIPELINE_TASK A constant which can be used with the task_type property of a RuntimeOperatorSummary.
TASK_TYPE_REST_TASK A constant which can be used with the task_type property of a RuntimeOperatorSummary.
TASK_TYPE_SQL_TASK A constant which can be used with the task_type property of a RuntimeOperatorSummary.
config_provider Gets the config_provider of this RuntimeOperatorSummary.
end_time_in_millis Gets the end_time_in_millis of this RuntimeOperatorSummary.
execution_state Gets the execution_state of this RuntimeOperatorSummary.
identifier Gets the identifier of this RuntimeOperatorSummary.
inputs Gets the inputs of this RuntimeOperatorSummary.
key Gets the key of this RuntimeOperatorSummary.
metadata Gets the metadata of this RuntimeOperatorSummary.
metrics Gets the metrics of this RuntimeOperatorSummary.
model_type Gets the model_type of this RuntimeOperatorSummary.
model_version Gets the model_version of this RuntimeOperatorSummary.
name Gets the name of this RuntimeOperatorSummary.
object_status Gets the object_status of this RuntimeOperatorSummary.
object_version Gets the object_version of this RuntimeOperatorSummary.
operator Gets the operator of this RuntimeOperatorSummary.
operator_type Gets the operator_type of this RuntimeOperatorSummary.
outputs Gets the outputs of this RuntimeOperatorSummary.
parameters Gets the parameters of this RuntimeOperatorSummary.
parent_ref Gets the parent_ref of this RuntimeOperatorSummary.
start_time_in_millis Gets the start_time_in_millis of this RuntimeOperatorSummary.
status Gets the status of this RuntimeOperatorSummary.
task_run_key Gets the task_run_key of this RuntimeOperatorSummary.
task_type Gets the task_type of this RuntimeOperatorSummary.

Methods

__init__(**kwargs) Initializes a new RuntimeOperatorSummary object with values from keyword arguments.
EXECUTION_STATE_ERROR = 'ERROR'

A constant which can be used with the execution_state property of a RuntimeOperatorSummary. This constant has a value of “ERROR”

EXECUTION_STATE_IGNORED = 'IGNORED'

A constant which can be used with the execution_state property of a RuntimeOperatorSummary. This constant has a value of “IGNORED”

EXECUTION_STATE_NOT_STARTED = 'NOT_STARTED'

A constant which can be used with the execution_state property of a RuntimeOperatorSummary. This constant has a value of “NOT_STARTED”

EXECUTION_STATE_RUNNING = 'RUNNING'

A constant which can be used with the execution_state property of a RuntimeOperatorSummary. This constant has a value of “RUNNING”

EXECUTION_STATE_SKIPPED = 'SKIPPED'

A constant which can be used with the execution_state property of a RuntimeOperatorSummary. This constant has a value of “SKIPPED”

EXECUTION_STATE_SUCCESS = 'SUCCESS'

A constant which can be used with the execution_state property of a RuntimeOperatorSummary. This constant has a value of “SUCCESS”

EXECUTION_STATE_TERMINATED = 'TERMINATED'

A constant which can be used with the execution_state property of a RuntimeOperatorSummary. This constant has a value of “TERMINATED”

EXECUTION_STATE_UNKNOWN = 'UNKNOWN'

A constant which can be used with the execution_state property of a RuntimeOperatorSummary. This constant has a value of “UNKNOWN”

OPERATOR_TYPE_ACTUAL_END_OPERATOR = 'ACTUAL_END_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “ACTUAL_END_OPERATOR”

OPERATOR_TYPE_BASH_OPERATOR = 'BASH_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “BASH_OPERATOR”

OPERATOR_TYPE_DECISION_OPERATOR = 'DECISION_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “DECISION_OPERATOR”

OPERATOR_TYPE_END_OPERATOR = 'END_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “END_OPERATOR”

OPERATOR_TYPE_EXPRESSION_OPERATOR = 'EXPRESSION_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “EXPRESSION_OPERATOR”

OPERATOR_TYPE_LOOP_OPERATOR = 'LOOP_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “LOOP_OPERATOR”

OPERATOR_TYPE_MERGE_OPERATOR = 'MERGE_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “MERGE_OPERATOR”

OPERATOR_TYPE_REST_OPERATOR = 'REST_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “REST_OPERATOR”

OPERATOR_TYPE_START_OPERATOR = 'START_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “START_OPERATOR”

OPERATOR_TYPE_TASK_OPERATOR = 'TASK_OPERATOR'

A constant which can be used with the operator_type property of a RuntimeOperatorSummary. This constant has a value of “TASK_OPERATOR”

STATUS_ERROR = 'ERROR'

A constant which can be used with the status property of a RuntimeOperatorSummary. This constant has a value of “ERROR”

STATUS_NOT_STARTED = 'NOT_STARTED'

A constant which can be used with the status property of a RuntimeOperatorSummary. This constant has a value of “NOT_STARTED”

STATUS_QUEUED = 'QUEUED'

A constant which can be used with the status property of a RuntimeOperatorSummary. This constant has a value of “QUEUED”

STATUS_RUNNING = 'RUNNING'

A constant which can be used with the status property of a RuntimeOperatorSummary. This constant has a value of “RUNNING”

STATUS_SUCCESS = 'SUCCESS'

A constant which can be used with the status property of a RuntimeOperatorSummary. This constant has a value of “SUCCESS”

STATUS_TERMINATED = 'TERMINATED'

A constant which can be used with the status property of a RuntimeOperatorSummary. This constant has a value of “TERMINATED”

STATUS_TERMINATING = 'TERMINATING'

A constant which can be used with the status property of a RuntimeOperatorSummary. This constant has a value of “TERMINATING”

TASK_TYPE_DATA_LOADER_TASK = 'DATA_LOADER_TASK'

A constant which can be used with the task_type property of a RuntimeOperatorSummary. This constant has a value of “DATA_LOADER_TASK”

TASK_TYPE_INTEGRATION_TASK = 'INTEGRATION_TASK'

A constant which can be used with the task_type property of a RuntimeOperatorSummary. This constant has a value of “INTEGRATION_TASK”

TASK_TYPE_OCI_DATAFLOW_TASK = 'OCI_DATAFLOW_TASK'

A constant which can be used with the task_type property of a RuntimeOperatorSummary. This constant has a value of “OCI_DATAFLOW_TASK”

TASK_TYPE_PIPELINE_TASK = 'PIPELINE_TASK'

A constant which can be used with the task_type property of a RuntimeOperatorSummary. This constant has a value of “PIPELINE_TASK”

TASK_TYPE_REST_TASK = 'REST_TASK'

A constant which can be used with the task_type property of a RuntimeOperatorSummary. This constant has a value of “REST_TASK”

TASK_TYPE_SQL_TASK = 'SQL_TASK'

A constant which can be used with the task_type property of a RuntimeOperatorSummary. This constant has a value of “SQL_TASK”

__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this RuntimeOperatorSummary.
  • task_run_key (str) – The value to assign to the task_run_key property of this RuntimeOperatorSummary.
  • start_time_in_millis (int) – The value to assign to the start_time_in_millis property of this RuntimeOperatorSummary.
  • end_time_in_millis (int) – The value to assign to the end_time_in_millis property of this RuntimeOperatorSummary.
  • status (str) – The value to assign to the status property of this RuntimeOperatorSummary. Allowed values for this property are: “NOT_STARTED”, “QUEUED”, “RUNNING”, “TERMINATING”, “TERMINATED”, “SUCCESS”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • model_type (str) – The value to assign to the model_type property of this RuntimeOperatorSummary.
  • model_version (str) – The value to assign to the model_version property of this RuntimeOperatorSummary.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this RuntimeOperatorSummary.
  • name (str) – The value to assign to the name property of this RuntimeOperatorSummary.
  • object_version (int) – The value to assign to the object_version property of this RuntimeOperatorSummary.
  • identifier (str) – The value to assign to the identifier property of this RuntimeOperatorSummary.
  • execution_state (str) – The value to assign to the execution_state property of this RuntimeOperatorSummary. Allowed values for this property are: “NOT_STARTED”, “RUNNING”, “TERMINATED”, “SUCCESS”, “ERROR”, “SKIPPED”, “UNKNOWN”, “IGNORED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this RuntimeOperatorSummary.
  • object_status (int) – The value to assign to the object_status property of this RuntimeOperatorSummary.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this RuntimeOperatorSummary.
  • operator (oci.data_integration.models.Operator) – The value to assign to the operator property of this RuntimeOperatorSummary.
  • inputs (dict(str, ParameterValue)) – The value to assign to the inputs property of this RuntimeOperatorSummary.
  • outputs (dict(str, ParameterValue)) – The value to assign to the outputs property of this RuntimeOperatorSummary.
  • task_type (str) – The value to assign to the task_type property of this RuntimeOperatorSummary. Allowed values for this property are: “INTEGRATION_TASK”, “DATA_LOADER_TASK”, “PIPELINE_TASK”, “SQL_TASK”, “OCI_DATAFLOW_TASK”, “REST_TASK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • config_provider (oci.data_integration.models.ConfigProvider) – The value to assign to the config_provider property of this RuntimeOperatorSummary.
  • operator_type (str) – The value to assign to the operator_type property of this RuntimeOperatorSummary. Allowed values for this property are: “BASH_OPERATOR”, “TASK_OPERATOR”, “REST_OPERATOR”, “START_OPERATOR”, “END_OPERATOR”, “EXPRESSION_OPERATOR”, “MERGE_OPERATOR”, “DECISION_OPERATOR”, “LOOP_OPERATOR”, “ACTUAL_END_OPERATOR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • metrics (dict(str, float)) – The value to assign to the metrics property of this RuntimeOperatorSummary.
config_provider

Gets the config_provider of this RuntimeOperatorSummary.

Returns:The config_provider of this RuntimeOperatorSummary.
Return type:oci.data_integration.models.ConfigProvider
end_time_in_millis

Gets the end_time_in_millis of this RuntimeOperatorSummary. The runtime operator end time.

Returns:The end_time_in_millis of this RuntimeOperatorSummary.
Return type:int
execution_state

Gets the execution_state of this RuntimeOperatorSummary. status

Allowed values for this property are: “NOT_STARTED”, “RUNNING”, “TERMINATED”, “SUCCESS”, “ERROR”, “SKIPPED”, “UNKNOWN”, “IGNORED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The execution_state of this RuntimeOperatorSummary.
Return type:str
identifier

Gets the identifier of this RuntimeOperatorSummary. Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.

Returns:The identifier of this RuntimeOperatorSummary.
Return type:str
inputs

Gets the inputs of this RuntimeOperatorSummary. The configuration provider bindings.

Returns:The inputs of this RuntimeOperatorSummary.
Return type:dict(str, ParameterValue)
key

Gets the key of this RuntimeOperatorSummary. The RuntimeOperator key.

Returns:The key of this RuntimeOperatorSummary.
Return type:str
metadata

Gets the metadata of this RuntimeOperatorSummary.

Returns:The metadata of this RuntimeOperatorSummary.
Return type:oci.data_integration.models.ObjectMetadata
metrics

Gets the metrics of this RuntimeOperatorSummary. A map metrics for the task run.

Returns:The metrics of this RuntimeOperatorSummary.
Return type:dict(str, float)
model_type

Gets the model_type of this RuntimeOperatorSummary. The type of the object.

Returns:The model_type of this RuntimeOperatorSummary.
Return type:str
model_version

Gets the model_version of this RuntimeOperatorSummary. The model version of an object.

Returns:The model_version of this RuntimeOperatorSummary.
Return type:str
name

Gets the name of this RuntimeOperatorSummary. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Returns:The name of this RuntimeOperatorSummary.
Return type:str
object_status

Gets the object_status of this RuntimeOperatorSummary. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

Returns:The object_status of this RuntimeOperatorSummary.
Return type:int
object_version

Gets the object_version of this RuntimeOperatorSummary. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this RuntimeOperatorSummary.
Return type:int
operator

Gets the operator of this RuntimeOperatorSummary.

Returns:The operator of this RuntimeOperatorSummary.
Return type:oci.data_integration.models.Operator
operator_type

Gets the operator_type of this RuntimeOperatorSummary. The type of Runtime Operator

Allowed values for this property are: “BASH_OPERATOR”, “TASK_OPERATOR”, “REST_OPERATOR”, “START_OPERATOR”, “END_OPERATOR”, “EXPRESSION_OPERATOR”, “MERGE_OPERATOR”, “DECISION_OPERATOR”, “LOOP_OPERATOR”, “ACTUAL_END_OPERATOR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The operator_type of this RuntimeOperatorSummary.
Return type:str
outputs

Gets the outputs of this RuntimeOperatorSummary. The configuration provider bindings.

Returns:The outputs of this RuntimeOperatorSummary.
Return type:dict(str, ParameterValue)
parameters

Gets the parameters of this RuntimeOperatorSummary. A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.

Returns:The parameters of this RuntimeOperatorSummary.
Return type:list[oci.data_integration.models.Parameter]
parent_ref

Gets the parent_ref of this RuntimeOperatorSummary.

Returns:The parent_ref of this RuntimeOperatorSummary.
Return type:oci.data_integration.models.ParentReference
start_time_in_millis

Gets the start_time_in_millis of this RuntimeOperatorSummary. The runtime operator start time.

Returns:The start_time_in_millis of this RuntimeOperatorSummary.
Return type:int
status

Gets the status of this RuntimeOperatorSummary. Status of RuntimeOperator. This field is deprecated, use RuntimeOperator’s executionState field instead.

Allowed values for this property are: “NOT_STARTED”, “QUEUED”, “RUNNING”, “TERMINATING”, “TERMINATED”, “SUCCESS”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this RuntimeOperatorSummary.
Return type:str
task_run_key

Gets the task_run_key of this RuntimeOperatorSummary. The TaskRun key.

Returns:The task_run_key of this RuntimeOperatorSummary.
Return type:str
task_type

Gets the task_type of this RuntimeOperatorSummary. The type of task run.

Allowed values for this property are: “INTEGRATION_TASK”, “DATA_LOADER_TASK”, “PIPELINE_TASK”, “SQL_TASK”, “OCI_DATAFLOW_TASK”, “REST_TASK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The task_type of this RuntimeOperatorSummary.
Return type:str