EtlRunSummary¶
-
class
oci.em_warehouse.models.
EtlRunSummary
(**kwargs)¶ Bases:
object
Contains summary of a run.
Attributes
LIFECYCLE_STATE_ACCEPTED
A constant which can be used with the lifecycle_state property of a EtlRunSummary. LIFECYCLE_STATE_CANCELED
A constant which can be used with the lifecycle_state property of a EtlRunSummary. LIFECYCLE_STATE_CANCELING
A constant which can be used with the lifecycle_state property of a EtlRunSummary. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a EtlRunSummary. LIFECYCLE_STATE_IN_PROGRESS
A constant which can be used with the lifecycle_state property of a EtlRunSummary. LIFECYCLE_STATE_SUCCEEDED
A constant which can be used with the lifecycle_state property of a EtlRunSummary. compartment_id
[Required] Gets the compartment_id of this EtlRunSummary. data_read_in_bytes
Gets the data_read_in_bytes of this EtlRunSummary. data_written
Gets the data_written of this EtlRunSummary. defined_tags
Gets the defined_tags of this EtlRunSummary. display_name
Gets the display_name of this EtlRunSummary. freeform_tags
Gets the freeform_tags of this EtlRunSummary. lifecycle_details
Gets the lifecycle_details of this EtlRunSummary. lifecycle_state
Gets the lifecycle_state of this EtlRunSummary. run_duration_in_milliseconds
Gets the run_duration_in_milliseconds of this EtlRunSummary. time_created
Gets the time_created of this EtlRunSummary. time_updated
Gets the time_updated of this EtlRunSummary. Methods
__init__
(**kwargs)Initializes a new EtlRunSummary object with values from keyword arguments. -
LIFECYCLE_STATE_ACCEPTED
= 'ACCEPTED'¶ A constant which can be used with the lifecycle_state property of a EtlRunSummary. This constant has a value of “ACCEPTED”
-
LIFECYCLE_STATE_CANCELED
= 'CANCELED'¶ A constant which can be used with the lifecycle_state property of a EtlRunSummary. This constant has a value of “CANCELED”
-
LIFECYCLE_STATE_CANCELING
= 'CANCELING'¶ A constant which can be used with the lifecycle_state property of a EtlRunSummary. This constant has a value of “CANCELING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a EtlRunSummary. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_IN_PROGRESS
= 'IN_PROGRESS'¶ A constant which can be used with the lifecycle_state property of a EtlRunSummary. This constant has a value of “IN_PROGRESS”
-
LIFECYCLE_STATE_SUCCEEDED
= 'SUCCEEDED'¶ A constant which can be used with the lifecycle_state property of a EtlRunSummary. This constant has a value of “SUCCEEDED”
-
__init__
(**kwargs)¶ Initializes a new EtlRunSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this EtlRunSummary.
- data_read_in_bytes (int) – The value to assign to the data_read_in_bytes property of this EtlRunSummary.
- data_written (int) – The value to assign to the data_written property of this EtlRunSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this EtlRunSummary. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “CANCELING”, “CANCELED”, “FAILED”, “SUCCEEDED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display_name (str) – The value to assign to the display_name property of this EtlRunSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this EtlRunSummary.
- run_duration_in_milliseconds (int) – The value to assign to the run_duration_in_milliseconds property of this EtlRunSummary.
- time_created (datetime) – The value to assign to the time_created property of this EtlRunSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this EtlRunSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this EtlRunSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this EtlRunSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this EtlRunSummary. Compartment Identifier
Returns: The compartment_id of this EtlRunSummary. Return type: str
-
data_read_in_bytes
¶ Gets the data_read_in_bytes of this EtlRunSummary. Data read by the dataflow run
Returns: The data_read_in_bytes of this EtlRunSummary. Return type: int
-
data_written
¶ Gets the data_written of this EtlRunSummary. Data written by the dataflow run
Returns: The data_written of this EtlRunSummary. Return type: int
Gets the defined_tags of this EtlRunSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this EtlRunSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this EtlRunSummary. The name of the ETLRun.
Returns: The display_name of this EtlRunSummary. Return type: str
Gets the freeform_tags of this EtlRunSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this EtlRunSummary. Return type: dict(str, str)
-
lifecycle_details
¶ Gets the lifecycle_details of this EtlRunSummary. Details of the lifecycle state
Returns: The lifecycle_details of this EtlRunSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this EtlRunSummary. The current state of the etlRun.
Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “CANCELING”, “CANCELED”, “FAILED”, “SUCCEEDED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this EtlRunSummary. Return type: str
-
run_duration_in_milliseconds
¶ Gets the run_duration_in_milliseconds of this EtlRunSummary. Dataflow run duration
Returns: The run_duration_in_milliseconds of this EtlRunSummary. Return type: int
-
time_created
¶ Gets the time_created of this EtlRunSummary. Time when the dataflow run was created
Returns: The time_created of this EtlRunSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this EtlRunSummary. Time when the dataflow run was updated
Returns: The time_updated of this EtlRunSummary. Return type: datetime
-