PublishedObjectFromDataLoaderTask¶
- 
class oci.data_integration.models.PublishedObjectFromDataLoaderTask(**kwargs)¶
- Bases: - oci.data_integration.models.published_object.PublishedObject- The data loader task published object. - Attributes - MODEL_TYPE_DATA_LOADER_TASK- str(object=’’) -> str - MODEL_TYPE_INTEGRATION_TASK- str(object=’’) -> str - MODEL_TYPE_OCI_DATAFLOW_TASK- str(object=’’) -> str - MODEL_TYPE_PIPELINE_TASK- str(object=’’) -> str - MODEL_TYPE_REST_TASK- str(object=’’) -> str - MODEL_TYPE_SQL_TASK- str(object=’’) -> str - conditional_composite_field_map- Gets the conditional_composite_field_map of this PublishedObjectFromDataLoaderTask. - config_provider_delegate- Gets the config_provider_delegate of this PublishedObjectFromDataLoaderTask. - data_flow- Gets the data_flow of this PublishedObjectFromDataLoaderTask. - description- Gets the description of this PublishedObject. - identifier- Gets the identifier of this PublishedObject. - input_ports- Gets the input_ports of this PublishedObjectFromDataLoaderTask. - is_single_load- Gets the is_single_load of this PublishedObjectFromDataLoaderTask. - key- Gets the key of this PublishedObject. - model_type- [Required] Gets the model_type of this PublishedObject. - model_version- Gets the model_version of this PublishedObject. - name- Gets the name of this PublishedObject. - object_status- Gets the object_status of this PublishedObject. - object_version- Gets the object_version of this PublishedObject. - op_config_values- Gets the op_config_values of this PublishedObjectFromDataLoaderTask. - output_ports- Gets the output_ports of this PublishedObjectFromDataLoaderTask. - parallel_load_limit- Gets the parallel_load_limit of this PublishedObjectFromDataLoaderTask. - parameters- Gets the parameters of this PublishedObjectFromDataLoaderTask. - parent_ref- Gets the parent_ref of this PublishedObject. - Methods - __init__(**kwargs)- Initializes a new PublishedObjectFromDataLoaderTask object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
MODEL_TYPE_DATA_LOADER_TASK= 'DATA_LOADER_TASK'¶
 - 
MODEL_TYPE_INTEGRATION_TASK= 'INTEGRATION_TASK'¶
 - 
MODEL_TYPE_OCI_DATAFLOW_TASK= 'OCI_DATAFLOW_TASK'¶
 - 
MODEL_TYPE_PIPELINE_TASK= 'PIPELINE_TASK'¶
 - 
MODEL_TYPE_REST_TASK= 'REST_TASK'¶
 - 
MODEL_TYPE_SQL_TASK= 'SQL_TASK'¶
 - 
__init__(**kwargs)¶
- Initializes a new PublishedObjectFromDataLoaderTask object with values from keyword arguments. The default value of the - model_typeattribute of this class is- DATA_LOADER_TASKand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):- Parameters: - model_type (str) – The value to assign to the model_type property of this PublishedObjectFromDataLoaderTask. Allowed values for this property are: “INTEGRATION_TASK”, “DATA_LOADER_TASK”, “PIPELINE_TASK”, “SQL_TASK”, “OCI_DATAFLOW_TASK”, “REST_TASK”
- key (str) – The value to assign to the key property of this PublishedObjectFromDataLoaderTask.
- model_version (str) – The value to assign to the model_version property of this PublishedObjectFromDataLoaderTask.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this PublishedObjectFromDataLoaderTask.
- name (str) – The value to assign to the name property of this PublishedObjectFromDataLoaderTask.
- description (str) – The value to assign to the description property of this PublishedObjectFromDataLoaderTask.
- object_version (int) – The value to assign to the object_version property of this PublishedObjectFromDataLoaderTask.
- object_status (int) – The value to assign to the object_status property of this PublishedObjectFromDataLoaderTask.
- identifier (str) – The value to assign to the identifier property of this PublishedObjectFromDataLoaderTask.
- input_ports (list[oci.data_integration.models.InputPort]) – The value to assign to the input_ports property of this PublishedObjectFromDataLoaderTask.
- output_ports (list[oci.data_integration.models.OutputPort]) – The value to assign to the output_ports property of this PublishedObjectFromDataLoaderTask.
- parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this PublishedObjectFromDataLoaderTask.
- op_config_values (oci.data_integration.models.ConfigValues) – The value to assign to the op_config_values property of this PublishedObjectFromDataLoaderTask.
- config_provider_delegate (oci.data_integration.models.ConfigProvider) – The value to assign to the config_provider_delegate property of this PublishedObjectFromDataLoaderTask.
- data_flow (oci.data_integration.models.DataFlow) – The value to assign to the data_flow property of this PublishedObjectFromDataLoaderTask.
- conditional_composite_field_map (oci.data_integration.models.ConditionalCompositeFieldMap) – The value to assign to the conditional_composite_field_map property of this PublishedObjectFromDataLoaderTask.
- is_single_load (bool) – The value to assign to the is_single_load property of this PublishedObjectFromDataLoaderTask.
- parallel_load_limit (int) – The value to assign to the parallel_load_limit property of this PublishedObjectFromDataLoaderTask.
 
 - 
conditional_composite_field_map¶
- Gets the conditional_composite_field_map of this PublishedObjectFromDataLoaderTask. - Returns: - The conditional_composite_field_map of this PublishedObjectFromDataLoaderTask. - Return type: - oci.data_integration.models.ConditionalCompositeFieldMap 
 - 
config_provider_delegate¶
- Gets the config_provider_delegate of this PublishedObjectFromDataLoaderTask. - Returns: - The config_provider_delegate of this PublishedObjectFromDataLoaderTask. - Return type: - oci.data_integration.models.ConfigProvider 
 - 
data_flow¶
- Gets the data_flow of this PublishedObjectFromDataLoaderTask. - Returns: - The data_flow of this PublishedObjectFromDataLoaderTask. - Return type: - oci.data_integration.models.DataFlow 
 - 
description¶
- Gets the description of this PublishedObject. Detailed description for the object. - Returns: - The description of this PublishedObject. - Return type: - str 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
identifier¶
- Gets the identifier of this PublishedObject. 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 PublishedObject. - Return type: - str 
 - 
input_ports¶
- Gets the input_ports of this PublishedObjectFromDataLoaderTask. An array of input ports. - Returns: - The input_ports of this PublishedObjectFromDataLoaderTask. - Return type: - list[oci.data_integration.models.InputPort] 
 - 
is_single_load¶
- Gets the is_single_load of this PublishedObjectFromDataLoaderTask. If true, defines a singular load. - Returns: - The is_single_load of this PublishedObjectFromDataLoaderTask. - Return type: - bool 
 - 
key¶
- Gets the key of this PublishedObject. Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create. - Returns: - The key of this PublishedObject. - Return type: - str 
 - 
model_type¶
- [Required] Gets the model_type of this PublishedObject. The type of the published object. - 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 model_type of this PublishedObject. - Return type: - str 
 - 
model_version¶
- Gets the model_version of this PublishedObject. The object’s model version. - Returns: - The model_version of this PublishedObject. - Return type: - str 
 - 
name¶
- Gets the name of this PublishedObject. 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 PublishedObject. - Return type: - str 
 - 
object_status¶
- Gets the object_status of this PublishedObject. 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 PublishedObject. - Return type: - int 
 - 
object_version¶
- Gets the object_version of this PublishedObject. The version of the object that is used to track changes in the object instance. - Returns: - The object_version of this PublishedObject. - Return type: - int 
 - 
op_config_values¶
- Gets the op_config_values of this PublishedObjectFromDataLoaderTask. - Returns: - The op_config_values of this PublishedObjectFromDataLoaderTask. - Return type: - oci.data_integration.models.ConfigValues 
 - 
output_ports¶
- Gets the output_ports of this PublishedObjectFromDataLoaderTask. An array of output ports. - Returns: - The output_ports of this PublishedObjectFromDataLoaderTask. - Return type: - list[oci.data_integration.models.OutputPort] 
 - 
parallel_load_limit¶
- Gets the parallel_load_limit of this PublishedObjectFromDataLoaderTask. If not a singular load, this defines the number of entities being loaded in parallel at a time for a Data Loader task. - Returns: - The parallel_load_limit of this PublishedObjectFromDataLoaderTask. - Return type: - int 
 - 
parameters¶
- Gets the parameters of this PublishedObjectFromDataLoaderTask. An array of parameters. - Returns: - The parameters of this PublishedObjectFromDataLoaderTask. - Return type: - list[oci.data_integration.models.Parameter] 
 - 
parent_ref¶
- Gets the parent_ref of this PublishedObject. - Returns: - The parent_ref of this PublishedObject. - Return type: - oci.data_integration.models.ParentReference 
 
-