JobExecutionSummary

class oci.data_catalog.models.JobExecutionSummary(**kwargs)

Bases: object

A list of job executions. A job execution is a unit of work being executed on behalf of a job.

Attributes

JOB_TYPE_ASYNC_DELETE A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_ASYNC_EXPORT_DATA_ASSET A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_ASYNC_EXPORT_GLOSSARY A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_CREATE_SCAN_PROXY A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_EXPORT A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_EXPORT_GLOSSARY A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_HARVEST A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_IMMEDIATE A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_IMMEDIATE_EXECUTION A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_IMPORT A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_IMPORT_DATA_ASSET A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_IMPORT_GLOSSARY A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_INTERNAL A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_PREVIEW A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_PROFILING A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_PURGE A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_SAMPLING A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_SCHEDULED A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_SCHEDULED_EXECUTION A constant which can be used with the job_type property of a JobExecutionSummary.
JOB_TYPE_SCHEDULED_EXECUTION_INSTANCE A constant which can be used with the job_type property of a JobExecutionSummary.
LIFECYCLE_STATE_CANCELED A constant which can be used with the lifecycle_state property of a JobExecutionSummary.
LIFECYCLE_STATE_CREATED A constant which can be used with the lifecycle_state property of a JobExecutionSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a JobExecutionSummary.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a JobExecutionSummary.
LIFECYCLE_STATE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a JobExecutionSummary.
LIFECYCLE_STATE_SUCCEEDED A constant which can be used with the lifecycle_state property of a JobExecutionSummary.
LIFECYCLE_STATE_SUCCEEDED_WITH_WARNINGS A constant which can be used with the lifecycle_state property of a JobExecutionSummary.
job_key Gets the job_key of this JobExecutionSummary.
job_type Gets the job_type of this JobExecutionSummary.
key [Required] Gets the key of this JobExecutionSummary.
lifecycle_state Gets the lifecycle_state of this JobExecutionSummary.
parent_key Gets the parent_key of this JobExecutionSummary.
schedule_instance_key Gets the schedule_instance_key of this JobExecutionSummary.
time_created Gets the time_created of this JobExecutionSummary.
time_ended Gets the time_ended of this JobExecutionSummary.
time_started Gets the time_started of this JobExecutionSummary.
uri Gets the uri of this JobExecutionSummary.

Methods

__init__(**kwargs) Initializes a new JobExecutionSummary object with values from keyword arguments.
JOB_TYPE_ASYNC_DELETE = 'ASYNC_DELETE'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “ASYNC_DELETE”

JOB_TYPE_ASYNC_EXPORT_DATA_ASSET = 'ASYNC_EXPORT_DATA_ASSET'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “ASYNC_EXPORT_DATA_ASSET”

JOB_TYPE_ASYNC_EXPORT_GLOSSARY = 'ASYNC_EXPORT_GLOSSARY'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “ASYNC_EXPORT_GLOSSARY”

JOB_TYPE_CREATE_SCAN_PROXY = 'CREATE_SCAN_PROXY'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “CREATE_SCAN_PROXY”

JOB_TYPE_EXPORT = 'EXPORT'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “EXPORT”

JOB_TYPE_EXPORT_GLOSSARY = 'EXPORT_GLOSSARY'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “EXPORT_GLOSSARY”

JOB_TYPE_HARVEST = 'HARVEST'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “HARVEST”

JOB_TYPE_IMMEDIATE = 'IMMEDIATE'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “IMMEDIATE”

JOB_TYPE_IMMEDIATE_EXECUTION = 'IMMEDIATE_EXECUTION'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “IMMEDIATE_EXECUTION”

JOB_TYPE_IMPORT = 'IMPORT'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “IMPORT”

JOB_TYPE_IMPORT_DATA_ASSET = 'IMPORT_DATA_ASSET'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “IMPORT_DATA_ASSET”

JOB_TYPE_IMPORT_GLOSSARY = 'IMPORT_GLOSSARY'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “IMPORT_GLOSSARY”

JOB_TYPE_INTERNAL = 'INTERNAL'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “INTERNAL”

JOB_TYPE_PREVIEW = 'PREVIEW'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “PREVIEW”

JOB_TYPE_PROFILING = 'PROFILING'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “PROFILING”

JOB_TYPE_PURGE = 'PURGE'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “PURGE”

JOB_TYPE_SAMPLING = 'SAMPLING'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “SAMPLING”

JOB_TYPE_SCHEDULED = 'SCHEDULED'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “SCHEDULED”

JOB_TYPE_SCHEDULED_EXECUTION = 'SCHEDULED_EXECUTION'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “SCHEDULED_EXECUTION”

JOB_TYPE_SCHEDULED_EXECUTION_INSTANCE = 'SCHEDULED_EXECUTION_INSTANCE'

A constant which can be used with the job_type property of a JobExecutionSummary. This constant has a value of “SCHEDULED_EXECUTION_INSTANCE”

LIFECYCLE_STATE_CANCELED = 'CANCELED'

A constant which can be used with the lifecycle_state property of a JobExecutionSummary. This constant has a value of “CANCELED”

LIFECYCLE_STATE_CREATED = 'CREATED'

A constant which can be used with the lifecycle_state property of a JobExecutionSummary. This constant has a value of “CREATED”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a JobExecutionSummary. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a JobExecutionSummary. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a JobExecutionSummary. 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 JobExecutionSummary. This constant has a value of “SUCCEEDED”

LIFECYCLE_STATE_SUCCEEDED_WITH_WARNINGS = 'SUCCEEDED_WITH_WARNINGS'

A constant which can be used with the lifecycle_state property of a JobExecutionSummary. This constant has a value of “SUCCEEDED_WITH_WARNINGS”

__init__(**kwargs)

Initializes a new JobExecutionSummary 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 JobExecutionSummary.
  • job_key (str) – The value to assign to the job_key property of this JobExecutionSummary.
  • job_type (str) – The value to assign to the job_type property of this JobExecutionSummary. Allowed values for this property are: “HARVEST”, “PROFILING”, “SAMPLING”, “PREVIEW”, “IMPORT”, “EXPORT”, “IMPORT_GLOSSARY”, “EXPORT_GLOSSARY”, “INTERNAL”, “PURGE”, “IMMEDIATE”, “SCHEDULED”, “IMMEDIATE_EXECUTION”, “SCHEDULED_EXECUTION”, “SCHEDULED_EXECUTION_INSTANCE”, “ASYNC_DELETE”, “IMPORT_DATA_ASSET”, “CREATE_SCAN_PROXY”, “ASYNC_EXPORT_GLOSSARY”, “ASYNC_EXPORT_DATA_ASSET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • parent_key (str) – The value to assign to the parent_key property of this JobExecutionSummary.
  • schedule_instance_key (str) – The value to assign to the schedule_instance_key property of this JobExecutionSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this JobExecutionSummary. Allowed values for this property are: “CREATED”, “IN_PROGRESS”, “INACTIVE”, “FAILED”, “SUCCEEDED”, “CANCELED”, “SUCCEEDED_WITH_WARNINGS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this JobExecutionSummary.
  • time_started (datetime) – The value to assign to the time_started property of this JobExecutionSummary.
  • time_ended (datetime) – The value to assign to the time_ended property of this JobExecutionSummary.
  • uri (str) – The value to assign to the uri property of this JobExecutionSummary.
job_key

Gets the job_key of this JobExecutionSummary. The unique key of the parent job.

Returns:The job_key of this JobExecutionSummary.
Return type:str
job_type

Gets the job_type of this JobExecutionSummary. Type of the job execution.

Allowed values for this property are: “HARVEST”, “PROFILING”, “SAMPLING”, “PREVIEW”, “IMPORT”, “EXPORT”, “IMPORT_GLOSSARY”, “EXPORT_GLOSSARY”, “INTERNAL”, “PURGE”, “IMMEDIATE”, “SCHEDULED”, “IMMEDIATE_EXECUTION”, “SCHEDULED_EXECUTION”, “SCHEDULED_EXECUTION_INSTANCE”, “ASYNC_DELETE”, “IMPORT_DATA_ASSET”, “CREATE_SCAN_PROXY”, “ASYNC_EXPORT_GLOSSARY”, “ASYNC_EXPORT_DATA_ASSET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The job_type of this JobExecutionSummary.
Return type:str
key

[Required] Gets the key of this JobExecutionSummary. Unique key of the job execution resource.

Returns:The key of this JobExecutionSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this JobExecutionSummary. Status of the job execution, such as running, paused, or completed.

Allowed values for this property are: “CREATED”, “IN_PROGRESS”, “INACTIVE”, “FAILED”, “SUCCEEDED”, “CANCELED”, “SUCCEEDED_WITH_WARNINGS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this JobExecutionSummary.
Return type:str
parent_key

Gets the parent_key of this JobExecutionSummary. The unique key of the parent execution or null if this job execution has no parent.

Returns:The parent_key of this JobExecutionSummary.
Return type:str
schedule_instance_key

Gets the schedule_instance_key of this JobExecutionSummary. The unique key of the triggering external scheduler resource or null if this job execution is not externally triggered.

Returns:The schedule_instance_key of this JobExecutionSummary.
Return type:str
time_created

Gets the time_created of this JobExecutionSummary. The date and time the job execution was created, in the format defined by RFC3339. Example: 2019-03-25T21:10:29.600Z

Returns:The time_created of this JobExecutionSummary.
Return type:datetime
time_ended

Gets the time_ended of this JobExecutionSummary. Time that the job execution ended or null if it hasn’t yet completed. An RFC3339 formatted datetime string.

Returns:The time_ended of this JobExecutionSummary.
Return type:datetime
time_started

Gets the time_started of this JobExecutionSummary. Time that job execution started. An RFC3339 formatted datetime string.

Returns:The time_started of this JobExecutionSummary.
Return type:datetime
uri

Gets the uri of this JobExecutionSummary. URI to the job execution instance in the API.

Returns:The uri of this JobExecutionSummary.
Return type:str