ImportDataAssetJobResult¶
-
class
oci.data_catalog.models.
ImportDataAssetJobResult
(**kwargs)¶ Bases:
object
Information about a data asset import operation.
Attributes
IMPORT_JOB_EXECUTION_STATUS_CANCELED
A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. IMPORT_JOB_EXECUTION_STATUS_CREATED
A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. IMPORT_JOB_EXECUTION_STATUS_FAILED
A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. IMPORT_JOB_EXECUTION_STATUS_INACTIVE
A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. IMPORT_JOB_EXECUTION_STATUS_IN_PROGRESS
A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. IMPORT_JOB_EXECUTION_STATUS_SUCCEEDED
A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. IMPORT_JOB_EXECUTION_STATUS_SUCCEEDED_WITH_WARNINGS
A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. data_asset_key
[Required] Gets the data_asset_key of this ImportDataAssetJobResult. import_job_definition_key
Gets the import_job_definition_key of this ImportDataAssetJobResult. import_job_execution_key
Gets the import_job_execution_key of this ImportDataAssetJobResult. import_job_execution_status
Gets the import_job_execution_status of this ImportDataAssetJobResult. import_job_key
Gets the import_job_key of this ImportDataAssetJobResult. Methods
__init__
(**kwargs)Initializes a new ImportDataAssetJobResult object with values from keyword arguments. -
IMPORT_JOB_EXECUTION_STATUS_CANCELED
= 'CANCELED'¶ A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. This constant has a value of “CANCELED”
-
IMPORT_JOB_EXECUTION_STATUS_CREATED
= 'CREATED'¶ A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. This constant has a value of “CREATED”
-
IMPORT_JOB_EXECUTION_STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. This constant has a value of “FAILED”
-
IMPORT_JOB_EXECUTION_STATUS_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. This constant has a value of “INACTIVE”
-
IMPORT_JOB_EXECUTION_STATUS_IN_PROGRESS
= 'IN_PROGRESS'¶ A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. This constant has a value of “IN_PROGRESS”
-
IMPORT_JOB_EXECUTION_STATUS_SUCCEEDED
= 'SUCCEEDED'¶ A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. This constant has a value of “SUCCEEDED”
-
IMPORT_JOB_EXECUTION_STATUS_SUCCEEDED_WITH_WARNINGS
= 'SUCCEEDED_WITH_WARNINGS'¶ A constant which can be used with the import_job_execution_status property of a ImportDataAssetJobResult. This constant has a value of “SUCCEEDED_WITH_WARNINGS”
-
__init__
(**kwargs)¶ Initializes a new ImportDataAssetJobResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - data_asset_key (str) – The value to assign to the data_asset_key property of this ImportDataAssetJobResult.
- import_job_definition_key (str) – The value to assign to the import_job_definition_key property of this ImportDataAssetJobResult.
- import_job_key (str) – The value to assign to the import_job_key property of this ImportDataAssetJobResult.
- import_job_execution_key (str) – The value to assign to the import_job_execution_key property of this ImportDataAssetJobResult.
- import_job_execution_status (str) – The value to assign to the import_job_execution_status property of this ImportDataAssetJobResult. 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’.
-
data_asset_key
¶ [Required] Gets the data_asset_key of this ImportDataAssetJobResult. The unique key of the data asset on which import is triggered.
Returns: The data_asset_key of this ImportDataAssetJobResult. Return type: str
-
import_job_definition_key
¶ Gets the import_job_definition_key of this ImportDataAssetJobResult. The unique key of the job definition resource that is used for the import.
Returns: The import_job_definition_key of this ImportDataAssetJobResult. Return type: str
-
import_job_execution_key
¶ Gets the import_job_execution_key of this ImportDataAssetJobResult. The unique key of the parent job execution for which the log resource is created.
Returns: The import_job_execution_key of this ImportDataAssetJobResult. Return type: str
-
import_job_execution_status
¶ Gets the import_job_execution_status of this ImportDataAssetJobResult. The status of the import job execution.
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 import_job_execution_status of this ImportDataAssetJobResult. Return type: str
-
import_job_key
¶ Gets the import_job_key of this ImportDataAssetJobResult. The unique key of the job policy for the import.
Returns: The import_job_key of this ImportDataAssetJobResult. Return type: str
-